Uses of Class
software.amazon.awscdk.services.applicationautoscaling.TargetTrackingScalingPolicyProps.Builder
Package
Description
AWS Auto Scaling Construct Library
-
Uses of TargetTrackingScalingPolicyProps.Builder in software.amazon.awscdk.services.applicationautoscaling
Modifier and TypeMethodDescriptionTargetTrackingScalingPolicyProps.builder()
TargetTrackingScalingPolicyProps.Builder.customMetric
(IMetric customMetric) Sets the value ofBasicTargetTrackingScalingPolicyProps.getCustomMetric()
TargetTrackingScalingPolicyProps.Builder.disableScaleIn
(Boolean disableScaleIn) Sets the value ofBaseTargetTrackingProps.getDisableScaleIn()
TargetTrackingScalingPolicyProps.Builder.policyName
(String policyName) Sets the value ofBaseTargetTrackingProps.getPolicyName()
TargetTrackingScalingPolicyProps.Builder.predefinedMetric
(PredefinedMetric predefinedMetric) Sets the value ofBasicTargetTrackingScalingPolicyProps.getPredefinedMetric()
TargetTrackingScalingPolicyProps.Builder.resourceLabel
(String resourceLabel) Sets the value ofBasicTargetTrackingScalingPolicyProps.getResourceLabel()
TargetTrackingScalingPolicyProps.Builder.scaleInCooldown
(Duration scaleInCooldown) Sets the value ofBaseTargetTrackingProps.getScaleInCooldown()
TargetTrackingScalingPolicyProps.Builder.scaleOutCooldown
(Duration scaleOutCooldown) Sets the value ofBaseTargetTrackingProps.getScaleOutCooldown()
TargetTrackingScalingPolicyProps.Builder.scalingTarget
(IScalableTarget scalingTarget) Sets the value ofTargetTrackingScalingPolicyProps.getScalingTarget()
TargetTrackingScalingPolicyProps.Builder.targetValue
(Number targetValue) Sets the value ofBasicTargetTrackingScalingPolicyProps.getTargetValue()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theTargetTrackingScalingPolicyProps.Builder
.