@Stability(value=Stable) public static final class CfnInstanceGroupConfig.ScalingConstraintsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnInstanceGroupConfig.ScalingConstraintsProperty>
CfnInstanceGroupConfig.ScalingConstraintsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnInstanceGroupConfig.ScalingConstraintsProperty |
build()
Builds the configured instance.
|
CfnInstanceGroupConfig.ScalingConstraintsProperty.Builder |
maxCapacity(Number maxCapacity)
Sets the value of
CfnInstanceGroupConfig.ScalingConstraintsProperty.getMaxCapacity() |
CfnInstanceGroupConfig.ScalingConstraintsProperty.Builder |
minCapacity(Number minCapacity)
Sets the value of
CfnInstanceGroupConfig.ScalingConstraintsProperty.getMinCapacity() |
@Stability(value=Stable) public CfnInstanceGroupConfig.ScalingConstraintsProperty.Builder maxCapacity(Number maxCapacity)
CfnInstanceGroupConfig.ScalingConstraintsProperty.getMaxCapacity()maxCapacity - `CfnInstanceGroupConfig.ScalingConstraintsProperty.MaxCapacity`. This parameter is required.this@Stability(value=Stable) public CfnInstanceGroupConfig.ScalingConstraintsProperty.Builder minCapacity(Number minCapacity)
CfnInstanceGroupConfig.ScalingConstraintsProperty.getMinCapacity()minCapacity - `CfnInstanceGroupConfig.ScalingConstraintsProperty.MinCapacity`. This parameter is required.this@Stability(value=Stable) public CfnInstanceGroupConfig.ScalingConstraintsProperty build()
build in interface software.amazon.jsii.Builder<CfnInstanceGroupConfig.ScalingConstraintsProperty>CfnInstanceGroupConfig.ScalingConstraintsPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.