Interface EksPersistentVolumeClaim.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EksPersistentVolumeClaim.Builder,
,EksPersistentVolumeClaim> SdkBuilder<EksPersistentVolumeClaim.Builder,
,EksPersistentVolumeClaim> SdkPojo
- Enclosing class:
EksPersistentVolumeClaim
@Mutable
@NotThreadSafe
public static interface EksPersistentVolumeClaim.Builder
extends SdkPojo, CopyableBuilder<EksPersistentVolumeClaim.Builder,EksPersistentVolumeClaim>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of thepersistentVolumeClaim
bounded to apersistentVolume
.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 Details
-
claimName
The name of the
persistentVolumeClaim
bounded to apersistentVolume
. For more information, see Persistent Volume Claims in the Kubernetes documentation.- Parameters:
claimName
- The name of thepersistentVolumeClaim
bounded 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
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.
-