@Stability(value=Stable) public static final class CfnTaskDefinition.EphemeralStorageProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTaskDefinition.EphemeralStorageProperty>
CfnTaskDefinition.EphemeralStorageProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTaskDefinition.EphemeralStorageProperty |
build()
Builds the configured instance.
|
CfnTaskDefinition.EphemeralStorageProperty.Builder |
sizeInGiB(Number sizeInGiB)
Sets the value of
CfnTaskDefinition.EphemeralStorageProperty.getSizeInGiB() |
@Stability(value=Stable) public CfnTaskDefinition.EphemeralStorageProperty.Builder sizeInGiB(Number sizeInGiB)
CfnTaskDefinition.EphemeralStorageProperty.getSizeInGiB()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.this@Stability(value=Stable) public CfnTaskDefinition.EphemeralStorageProperty build()
build in interface software.amazon.jsii.Builder<CfnTaskDefinition.EphemeralStorageProperty>CfnTaskDefinition.EphemeralStoragePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.