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