@Stability(value=Stable) public static final class CfnWarmPoolProps.Builder extends Object implements software.amazon.jsii.Builder<CfnWarmPoolProps>
CfnWarmPoolProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnWarmPoolProps.Builder |
autoScalingGroupName(String autoScalingGroupName)
Sets the value of
CfnWarmPoolProps.getAutoScalingGroupName() |
CfnWarmPoolProps |
build()
Builds the configured instance.
|
CfnWarmPoolProps.Builder |
maxGroupPreparedCapacity(Number maxGroupPreparedCapacity)
Sets the value of
CfnWarmPoolProps.getMaxGroupPreparedCapacity() |
CfnWarmPoolProps.Builder |
minSize(Number minSize)
Sets the value of
CfnWarmPoolProps.getMinSize() |
CfnWarmPoolProps.Builder |
poolState(String poolState)
Sets the value of
CfnWarmPoolProps.getPoolState() |
@Stability(value=Stable) public CfnWarmPoolProps.Builder autoScalingGroupName(String autoScalingGroupName)
CfnWarmPoolProps.getAutoScalingGroupName()autoScalingGroupName - `AWS::AutoScaling::WarmPool.AutoScalingGroupName`. This parameter is required.this@Stability(value=Stable) public CfnWarmPoolProps.Builder maxGroupPreparedCapacity(Number maxGroupPreparedCapacity)
CfnWarmPoolProps.getMaxGroupPreparedCapacity()maxGroupPreparedCapacity - `AWS::AutoScaling::WarmPool.MaxGroupPreparedCapacity`.this@Stability(value=Stable) public CfnWarmPoolProps.Builder minSize(Number minSize)
CfnWarmPoolProps.getMinSize()minSize - `AWS::AutoScaling::WarmPool.MinSize`.this@Stability(value=Stable) public CfnWarmPoolProps.Builder poolState(String poolState)
CfnWarmPoolProps.getPoolState()poolState - `AWS::AutoScaling::WarmPool.PoolState`.this@Stability(value=Stable) public CfnWarmPoolProps build()
build in interface software.amazon.jsii.Builder<CfnWarmPoolProps>CfnWarmPoolPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.