Interface AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails>, SdkBuilder<AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails>, SdkPojo
Enclosing class:
AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails

public static interface AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails>
  • Method Details

    • 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.
    • readOnly

      Whether the container has read-only access to the volume.

      Parameters:
      readOnly - Whether the container has read-only access to the volume.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sourceVolume

      The name of the volume to mount. Must match the name of a volume listed in VolumeDetails for the task definition.

      Parameters:
      sourceVolume - The name of the volume to mount. Must match the name of a volume listed in VolumeDetails for the task definition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.