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