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