@Stability(value=Stable) public static final class ScalingInterval.Builder extends Object implements software.amazon.jsii.Builder<ScalingInterval>
ScalingInterval| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ScalingInterval |
build()
Builds the configured instance.
|
ScalingInterval.Builder |
change(Number change)
Sets the value of
ScalingInterval.getChange() |
ScalingInterval.Builder |
lower(Number lower)
Sets the value of
ScalingInterval.getLower() |
ScalingInterval.Builder |
upper(Number upper)
Sets the value of
ScalingInterval.getUpper() |
@Stability(value=Stable) public ScalingInterval.Builder change(Number change)
ScalingInterval.getChange()change - The capacity adjustment to apply in this interval. This parameter is required.
The number is interpreted differently based on AdjustmentType:
this@Stability(value=Stable) public ScalingInterval.Builder lower(Number lower)
ScalingInterval.getLower()lower - The lower bound of the interval.
The scaling adjustment will be applied if the metric is higher than this value.this@Stability(value=Stable) public ScalingInterval.Builder upper(Number upper)
ScalingInterval.getUpper()upper - The upper bound of the interval.
The scaling adjustment will be applied if the metric is lower than this value.this@Stability(value=Stable) public ScalingInterval build()
build in interface software.amazon.jsii.Builder<ScalingInterval>ScalingIntervalNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.