Interface EcsEphemeralStorage.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EcsEphemeralStorage.Builder,EcsEphemeralStorage>,SdkBuilder<EcsEphemeralStorage.Builder,EcsEphemeralStorage>,SdkPojo
- Enclosing class:
- EcsEphemeralStorage
public static interface EcsEphemeralStorage.Builder extends SdkPojo, CopyableBuilder<EcsEphemeralStorage.Builder,EcsEphemeralStorage>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EcsEphemeralStorage.BuildersizeInGiB(Integer sizeInGiB)The total amount, in GiB, of ephemeral storage to set for the task.-
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
-
sizeInGiB
EcsEphemeralStorage.Builder sizeInGiB(Integer sizeInGiB)
The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is
21GiB and the maximum supported value is200GiB.- Parameters:
sizeInGiB- The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is21GiB and the maximum supported value is200GiB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-