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.GenericModel
Spark application volume.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SparkVolumeDetails.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
mountPath()
Gets the mountPath.java.lang.String
name()
Gets the name.SparkVolumeDetails.Builder
newBuilder()
New builder.java.lang.Boolean
readOnly()
Gets the readOnly.java.lang.String
sourceSubPath()
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
-
-