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