Interface VolumeMount.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VolumeMount.Builder,VolumeMount>,SdkBuilder<VolumeMount.Builder,VolumeMount>,SdkPojo
- Enclosing class:
- VolumeMount
public static interface VolumeMount.Builder extends SdkPojo, CopyableBuilder<VolumeMount.Builder,VolumeMount>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VolumeMount.BuildermountPath(String mountPath)Volume mount path.VolumeMount.Buildername(String name)Volume mount name.-
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, sdkFields
-
-
-
-
Method Detail
-
name
VolumeMount.Builder name(String name)
Volume mount name.
- Parameters:
name- Volume mount name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mountPath
VolumeMount.Builder mountPath(String mountPath)
Volume mount path.
- Parameters:
mountPath- Volume mount path.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-