@Stability(value=Stable) public static final class EnableScalingProps.Builder extends Object implements software.amazon.jsii.Builder<EnableScalingProps>
EnableScalingProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EnableScalingProps |
build()
Builds the configured instance.
|
EnableScalingProps.Builder |
maxCapacity(Number maxCapacity)
Sets the value of
EnableScalingProps.getMaxCapacity() |
EnableScalingProps.Builder |
minCapacity(Number minCapacity)
Sets the value of
EnableScalingProps.getMinCapacity() |
@Stability(value=Stable) public EnableScalingProps.Builder maxCapacity(Number maxCapacity)
EnableScalingProps.getMaxCapacity()maxCapacity - Maximum capacity to scale to. This parameter is required.this@Stability(value=Stable) public EnableScalingProps.Builder minCapacity(Number minCapacity)
EnableScalingProps.getMinCapacity()minCapacity - Minimum capacity to scale to.this@Stability(value=Stable) public EnableScalingProps build()
build in interface software.amazon.jsii.Builder<EnableScalingProps>EnableScalingPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.