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