Class SparkVolumeDetails
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.SparkVolumeDetails
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SparkVolumeDetails extends com.ibm.cloud.sdk.core.service.model.GenericModelSpark application volume. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSparkVolumeDetails.BuilderBuilder. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringmountPath()Gets the mountPath.java.lang.Stringname()Gets the name.SparkVolumeDetails.BuildernewBuilder()New builder.java.lang.BooleanreadOnly()Gets the readOnly.java.lang.StringsourceSubPath()Gets the sourceSubPath. 
 - 
 
- 
- 
Method Detail
- 
newBuilder
public SparkVolumeDetails.Builder newBuilder()
New builder.- Returns:
 - a SparkVolumeDetails builder
 
 
- 
mountPath
public java.lang.String mountPath()
Gets the mountPath. Path in the spark cluster for the mounted volume.- Returns:
 - the mountPath
 
 
- 
name
public java.lang.String name()
Gets the name. volume name.- Returns:
 - the name
 
 
- 
readOnly
public java.lang.Boolean readOnly()
Gets the readOnly. Read only flag.- Returns:
 - the readOnly
 
 
- 
sourceSubPath
public java.lang.String sourceSubPath()
Gets the sourceSubPath. Path in the volume to be mounted.- Returns:
 - the sourceSubPath
 
 
 - 
 
 -