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