public static interface AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails.Builder |
containerPath(String containerPath)
The path on the container to mount the host volume at.
|
AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails.Builder |
readOnly(Boolean readOnly)
Whether the container has read-only access to the volume.
|
AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails.Builder |
sourceVolume(String sourceVolume)
The name of the volume to mount.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails.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.AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails.Builder readOnly(Boolean readOnly)
Whether the container has read-only access to the volume.
readOnly - Whether the container has read-only access to the volume.AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails.Builder sourceVolume(String sourceVolume)
The name of the volume to mount. Must match the name of a volume listed in VolumeDetails for the
task definition.
sourceVolume - The name of the volume to mount. Must match the name of a volume listed in VolumeDetails
for the task definition.Copyright © 2023. All rights reserved.