@Stability(value=Stable) public static final class StepScalingActionProps.Builder extends Object implements software.amazon.jsii.Builder<StepScalingActionProps>
StepScalingActionProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public StepScalingActionProps.Builder autoScalingGroup(IAutoScalingGroup autoScalingGroup)
StepScalingActionProps.getAutoScalingGroup()autoScalingGroup - The auto scaling group. This parameter is required.this@Stability(value=Stable) public StepScalingActionProps.Builder adjustmentType(AdjustmentType adjustmentType)
StepScalingActionProps.getAdjustmentType()adjustmentType - How the adjustment numbers are interpreted.this@Stability(value=Stable) public StepScalingActionProps.Builder cooldown(Duration cooldown)
StepScalingActionProps.getCooldown()cooldown - Period after a scaling completes before another scaling activity can start.this@Stability(value=Stable) public StepScalingActionProps.Builder estimatedInstanceWarmup(Duration estimatedInstanceWarmup)
StepScalingActionProps.getEstimatedInstanceWarmup()estimatedInstanceWarmup - Estimated time until a newly launched instance can send metrics to CloudWatch.this@Stability(value=Stable) public StepScalingActionProps.Builder metricAggregationType(MetricAggregationType metricAggregationType)
StepScalingActionProps.getMetricAggregationType()metricAggregationType - The aggregation type for the CloudWatch metrics.this@Stability(value=Stable) public StepScalingActionProps.Builder minAdjustmentMagnitude(Number minAdjustmentMagnitude)
StepScalingActionProps.getMinAdjustmentMagnitude()minAdjustmentMagnitude - Minimum absolute number to adjust capacity with as result of percentage scaling.
Only when using AdjustmentType = PercentChangeInCapacity, this number controls
the minimum absolute effect size.this@Stability(value=Stable) public StepScalingActionProps build()
build in interface software.amazon.jsii.Builder<StepScalingActionProps>StepScalingActionPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.