@Stability(value=Stable) public static final class CfnLaunchTemplate.TotalLocalStorageGBProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnLaunchTemplate.TotalLocalStorageGBProperty>
CfnLaunchTemplate.TotalLocalStorageGBProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLaunchTemplate.TotalLocalStorageGBProperty |
build()
Builds the configured instance.
|
CfnLaunchTemplate.TotalLocalStorageGBProperty.Builder |
max(Number max)
Sets the value of
CfnLaunchTemplate.TotalLocalStorageGBProperty.getMax() |
CfnLaunchTemplate.TotalLocalStorageGBProperty.Builder |
min(Number min)
Sets the value of
CfnLaunchTemplate.TotalLocalStorageGBProperty.getMin() |
@Stability(value=Stable) public CfnLaunchTemplate.TotalLocalStorageGBProperty.Builder max(Number max)
CfnLaunchTemplate.TotalLocalStorageGBProperty.getMax()max - The maximum amount of total local storage, in GB.
To specify no maximum limit, omit this parameter.this@Stability(value=Stable) public CfnLaunchTemplate.TotalLocalStorageGBProperty.Builder min(Number min)
CfnLaunchTemplate.TotalLocalStorageGBProperty.getMin()min - The minimum amount of total local storage, in GB.
To specify no minimum limit, omit this parameter.this@Stability(value=Stable) public CfnLaunchTemplate.TotalLocalStorageGBProperty build()
build in interface software.amazon.jsii.Builder<CfnLaunchTemplate.TotalLocalStorageGBProperty>CfnLaunchTemplate.TotalLocalStorageGBPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.