@Stability(value=Stable) public static final class CfnNodegroup.ScalingConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnNodegroup.ScalingConfigProperty>
CfnNodegroup.ScalingConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnNodegroup.ScalingConfigProperty |
build()
Builds the configured instance.
|
CfnNodegroup.ScalingConfigProperty.Builder |
desiredSize(Number desiredSize)
Sets the value of
CfnNodegroup.ScalingConfigProperty.getDesiredSize() |
CfnNodegroup.ScalingConfigProperty.Builder |
maxSize(Number maxSize)
Sets the value of
CfnNodegroup.ScalingConfigProperty.getMaxSize() |
CfnNodegroup.ScalingConfigProperty.Builder |
minSize(Number minSize)
Sets the value of
CfnNodegroup.ScalingConfigProperty.getMinSize() |
@Stability(value=Stable) public CfnNodegroup.ScalingConfigProperty.Builder desiredSize(Number desiredSize)
CfnNodegroup.ScalingConfigProperty.getDesiredSize()desiredSize - `CfnNodegroup.ScalingConfigProperty.DesiredSize`.this@Stability(value=Stable) public CfnNodegroup.ScalingConfigProperty.Builder maxSize(Number maxSize)
CfnNodegroup.ScalingConfigProperty.getMaxSize()maxSize - `CfnNodegroup.ScalingConfigProperty.MaxSize`.this@Stability(value=Stable) public CfnNodegroup.ScalingConfigProperty.Builder minSize(Number minSize)
CfnNodegroup.ScalingConfigProperty.getMinSize()minSize - `CfnNodegroup.ScalingConfigProperty.MinSize`.this@Stability(value=Stable) public CfnNodegroup.ScalingConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnNodegroup.ScalingConfigProperty>CfnNodegroup.ScalingConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.