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