Interface AwsEcsTaskDefinitionVolumesHostDetails.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AwsEcsTaskDefinitionVolumesHostDetails.Builder,,AwsEcsTaskDefinitionVolumesHostDetails> SdkBuilder<AwsEcsTaskDefinitionVolumesHostDetails.Builder,,AwsEcsTaskDefinitionVolumesHostDetails> SdkPojo
- Enclosing class:
 AwsEcsTaskDefinitionVolumesHostDetails
public static interface AwsEcsTaskDefinitionVolumesHostDetails.Builder
extends SdkPojo, CopyableBuilder<AwsEcsTaskDefinitionVolumesHostDetails.Builder,AwsEcsTaskDefinitionVolumesHostDetails> 
- 
Method Summary
Modifier and TypeMethodDescriptionsourcePath(String sourcePath) The path on the host container instance that is presented to the container.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
sourcePath
The path on the host container instance that is presented to the container.
- Parameters:
 sourcePath- The path on the host container instance that is presented to the container.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -