public static interface AwsMountPoint.Builder extends SdkPojo, CopyableBuilder<AwsMountPoint.Builder,AwsMountPoint>
| Modifier and Type | Method and Description |
|---|---|
AwsMountPoint.Builder |
containerPath(String containerPath)
The path on the container to mount the host volume at.
|
AwsMountPoint.Builder |
sourceVolume(String sourceVolume)
The name of the volume to mount.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsMountPoint.Builder sourceVolume(String sourceVolume)
The name of the volume to mount. Must be a volume name referenced in the name parameter of task
definition volume.
sourceVolume - The name of the volume to mount. Must be a volume name referenced in the name parameter
of task definition volume.AwsMountPoint.Builder containerPath(String containerPath)
The path on the container to mount the host volume at.
containerPath - The path on the container to mount the host volume at.Copyright © 2023. All rights reserved.