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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsEcsTaskDefinitionVolumesHostDetails.BuildersourcePath(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
sourcePath
AwsEcsTaskDefinitionVolumesHostDetails.Builder sourcePath(String 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.
-
-