Interface EksPersistentVolumeClaim.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EksPersistentVolumeClaim.Builder,EksPersistentVolumeClaim>,SdkBuilder<EksPersistentVolumeClaim.Builder,EksPersistentVolumeClaim>,SdkPojo
- Enclosing class:
- EksPersistentVolumeClaim
public static interface EksPersistentVolumeClaim.Builder extends SdkPojo, CopyableBuilder<EksPersistentVolumeClaim.Builder,EksPersistentVolumeClaim>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EksPersistentVolumeClaim.BuilderclaimName(String claimName)The name of thepersistentVolumeClaimbounded to apersistentVolume.EksPersistentVolumeClaim.BuilderreadOnly(Boolean readOnly)An optional boolean value indicating if the mount is read only.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
claimName
EksPersistentVolumeClaim.Builder claimName(String claimName)
The name of the
persistentVolumeClaimbounded to apersistentVolume. For more information, see Persistent Volume Claims in the Kubernetes documentation.- Parameters:
claimName- The name of thepersistentVolumeClaimbounded to apersistentVolume. For more information, see Persistent Volume Claims in the Kubernetes documentation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
readOnly
EksPersistentVolumeClaim.Builder readOnly(Boolean readOnly)
An optional boolean value indicating if the mount is read only. Default is false. For more information, see Read Only Mounts in the Kubernetes documentation.
- Parameters:
readOnly- An optional boolean value indicating if the mount is read only. Default is false. For more information, see Read Only Mounts in the Kubernetes documentation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-