@Stability(value=Experimental) 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=Experimental) public EnableScalingProps.Builder maxCapacity(Number maxCapacity)
EnableScalingProps.getMaxCapacity()
maxCapacity
- Maximum capacity to scale to. This parameter is required.this
@Stability(value=Experimental) public EnableScalingProps.Builder minCapacity(Number minCapacity)
EnableScalingProps.getMinCapacity()
minCapacity
- Minimum capacity to scale to.this
@Stability(value=Experimental) public EnableScalingProps build()
build
in interface software.amazon.jsii.Builder<EnableScalingProps>
EnableScalingProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.