Interface AwsEcsTaskVolumeHostDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsEcsTaskVolumeHostDetails.Builder,AwsEcsTaskVolumeHostDetails>,SdkBuilder<AwsEcsTaskVolumeHostDetails.Builder,AwsEcsTaskVolumeHostDetails>,SdkPojo
- Enclosing class:
- AwsEcsTaskVolumeHostDetails
public static interface AwsEcsTaskVolumeHostDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcsTaskVolumeHostDetails.Builder,AwsEcsTaskVolumeHostDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsEcsTaskVolumeHostDetails.BuildersourcePath(String sourcePath)When thehostparameter is used, specify asourcePathto declare the path on the host container instance that's 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
sourcePath
AwsEcsTaskVolumeHostDetails.Builder sourcePath(String sourcePath)
When the
hostparameter is used, specify asourcePathto declare the path on the host container instance that's presented to the container.- Parameters:
sourcePath- When thehostparameter is used, specify asourcePathto declare the path on the host container instance that's presented to the container.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-