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