@Stability(value=Stable) public static final class CfnScalingPolicy.StepAdjustmentProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnScalingPolicy.StepAdjustmentProperty>
CfnScalingPolicy.StepAdjustmentProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnScalingPolicy.StepAdjustmentProperty |
build()
Builds the configured instance.
|
CfnScalingPolicy.StepAdjustmentProperty.Builder |
metricIntervalLowerBound(Number metricIntervalLowerBound)
Sets the value of
CfnScalingPolicy.StepAdjustmentProperty.getMetricIntervalLowerBound() |
CfnScalingPolicy.StepAdjustmentProperty.Builder |
metricIntervalUpperBound(Number metricIntervalUpperBound)
Sets the value of
CfnScalingPolicy.StepAdjustmentProperty.getMetricIntervalUpperBound() |
CfnScalingPolicy.StepAdjustmentProperty.Builder |
scalingAdjustment(Number scalingAdjustment)
Sets the value of
CfnScalingPolicy.StepAdjustmentProperty.getScalingAdjustment() |
@Stability(value=Stable) public CfnScalingPolicy.StepAdjustmentProperty.Builder scalingAdjustment(Number scalingAdjustment)
CfnScalingPolicy.StepAdjustmentProperty.getScalingAdjustment()scalingAdjustment - `CfnScalingPolicy.StepAdjustmentProperty.ScalingAdjustment`. This parameter is required.this@Stability(value=Stable) public CfnScalingPolicy.StepAdjustmentProperty.Builder metricIntervalLowerBound(Number metricIntervalLowerBound)
CfnScalingPolicy.StepAdjustmentProperty.getMetricIntervalLowerBound()metricIntervalLowerBound - `CfnScalingPolicy.StepAdjustmentProperty.MetricIntervalLowerBound`.this@Stability(value=Stable) public CfnScalingPolicy.StepAdjustmentProperty.Builder metricIntervalUpperBound(Number metricIntervalUpperBound)
CfnScalingPolicy.StepAdjustmentProperty.getMetricIntervalUpperBound()metricIntervalUpperBound - `CfnScalingPolicy.StepAdjustmentProperty.MetricIntervalUpperBound`.this@Stability(value=Stable) public CfnScalingPolicy.StepAdjustmentProperty build()
build in interface software.amazon.jsii.Builder<CfnScalingPolicy.StepAdjustmentProperty>CfnScalingPolicy.StepAdjustmentPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.