Uses of Class
software.amazon.awscdk.services.autoscaling.StepScalingPolicyProps.Builder
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of StepScalingPolicyProps.Builder in software.amazon.awscdk.services.autoscaling
Modifier and TypeMethodDescriptionStepScalingPolicyProps.Builder.adjustmentType
(AdjustmentType adjustmentType) Sets the value ofBasicStepScalingPolicyProps.getAdjustmentType()
StepScalingPolicyProps.Builder.autoScalingGroup
(IAutoScalingGroup autoScalingGroup) Sets the value ofStepScalingPolicyProps.getAutoScalingGroup()
StepScalingPolicyProps.builder()
Sets the value ofBasicStepScalingPolicyProps.getCooldown()
StepScalingPolicyProps.Builder.datapointsToAlarm
(Number datapointsToAlarm) Sets the value ofBasicStepScalingPolicyProps.getDatapointsToAlarm()
StepScalingPolicyProps.Builder.estimatedInstanceWarmup
(Duration estimatedInstanceWarmup) Sets the value ofBasicStepScalingPolicyProps.getEstimatedInstanceWarmup()
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()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(StepScalingPolicyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theStepScalingPolicyProps.Builder
.