Uses of Class
software.amazon.awscdk.services.applicationautoscaling.StepScalingPolicyProps.Builder
Package
Description
AWS Auto Scaling Construct Library
-
Uses of StepScalingPolicyProps.Builder in software.amazon.awscdk.services.applicationautoscaling
Modifier and TypeMethodDescriptionStepScalingPolicyProps.Builder.adjustmentType
(AdjustmentType adjustmentType) Sets the value ofBasicStepScalingPolicyProps.getAdjustmentType()
StepScalingPolicyProps.builder()
Sets the value ofBasicStepScalingPolicyProps.getCooldown()
StepScalingPolicyProps.Builder.datapointsToAlarm
(Number datapointsToAlarm) Sets the value ofBasicStepScalingPolicyProps.getDatapointsToAlarm()
StepScalingPolicyProps.Builder.evaluationPeriods
(Number evaluationPeriods) Sets the value ofBasicStepScalingPolicyProps.getEvaluationPeriods()
Sets the value ofBasicStepScalingPolicyProps.getMetric()
StepScalingPolicyProps.Builder.metricAggregationType
(MetricAggregationType metricAggregationType) Sets the value ofBasicStepScalingPolicyProps.getMetricAggregationType()
StepScalingPolicyProps.Builder.minAdjustmentMagnitude
(Number minAdjustmentMagnitude) Sets the value ofBasicStepScalingPolicyProps.getMinAdjustmentMagnitude()
StepScalingPolicyProps.Builder.scalingSteps
(List<? extends ScalingInterval> scalingSteps) Sets the value ofBasicStepScalingPolicyProps.getScalingSteps()
StepScalingPolicyProps.Builder.scalingTarget
(IScalableTarget scalingTarget) Sets the value ofStepScalingPolicyProps.getScalingTarget()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(StepScalingPolicyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theStepScalingPolicyProps.Builder
.