Interface AwsMountPoint.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsMountPoint.Builder,AwsMountPoint>,SdkBuilder<AwsMountPoint.Builder,AwsMountPoint>,SdkPojo
- Enclosing class:
- AwsMountPoint
public static interface AwsMountPoint.Builder extends SdkPojo, CopyableBuilder<AwsMountPoint.Builder,AwsMountPoint>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsMountPoint.BuildercontainerPath(String containerPath)The path on the container to mount the host volume at.AwsMountPoint.BuildersourceVolume(String sourceVolume)The name of the volume to mount.-
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
-
sourceVolume
AwsMountPoint.Builder sourceVolume(String sourceVolume)
The name of the volume to mount. Must be a volume name referenced in the
nameparameter of task definitionvolume.- Parameters:
sourceVolume- The name of the volume to mount. Must be a volume name referenced in thenameparameter of task definitionvolume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
containerPath
AwsMountPoint.Builder containerPath(String containerPath)
The path on the container to mount the host volume at.
- Parameters:
containerPath- The path on the container to mount the host volume at.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-