public static final class CfnLaunchTemplate.TotalLocalStorageGBProperty.Builder
extends java.lang.Object
CfnLaunchTemplate.TotalLocalStorageGBProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnLaunchTemplate.TotalLocalStorageGBProperty |
build()
Builds the configured instance.
|
CfnLaunchTemplate.TotalLocalStorageGBProperty.Builder |
max(java.lang.Number max)
Sets the value of
CfnLaunchTemplate.TotalLocalStorageGBProperty.getMax() |
CfnLaunchTemplate.TotalLocalStorageGBProperty.Builder |
min(java.lang.Number min)
Sets the value of
CfnLaunchTemplate.TotalLocalStorageGBProperty.getMin() |
public CfnLaunchTemplate.TotalLocalStorageGBProperty.Builder max(java.lang.Number max)
CfnLaunchTemplate.TotalLocalStorageGBProperty.getMax()
max
- The maximum amount of total local storage, in GB.
To specify no maximum limit, omit this parameter.this
public CfnLaunchTemplate.TotalLocalStorageGBProperty.Builder min(java.lang.Number min)
CfnLaunchTemplate.TotalLocalStorageGBProperty.getMin()
min
- The minimum amount of total local storage, in GB.
To specify no minimum limit, omit this parameter.this
public CfnLaunchTemplate.TotalLocalStorageGBProperty build()
CfnLaunchTemplate.TotalLocalStorageGBProperty
java.lang.NullPointerException
- if any required attribute was not provided