public static interface EcsEphemeralStorage.Builder extends SdkPojo, CopyableBuilder<EcsEphemeralStorage.Builder,EcsEphemeralStorage>
| Modifier and Type | Method and Description |
|---|---|
EcsEphemeralStorage.Builder |
sizeInGiB(Integer sizeInGiB)
The total amount, in GiB, of ephemeral storage to set for the task.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEcsEphemeralStorage.Builder sizeInGiB(Integer sizeInGiB)
The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is
21 GiB and the maximum supported value is 200 GiB.
sizeInGiB - The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is
21 GiB and the maximum supported value is 200 GiB.Copyright © 2023. All rights reserved.