Uses of Class
software.amazon.awscdk.services.autoscaling.TargetTrackingScalingPolicyProps.Builder
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of TargetTrackingScalingPolicyProps.Builder in software.amazon.awscdk.services.autoscaling
Modifier and TypeMethodDescriptionTargetTrackingScalingPolicyProps.Builder.autoScalingGroup
(IAutoScalingGroup autoScalingGroup) Sets the value ofTargetTrackingScalingPolicyProps.getAutoScalingGroup()
TargetTrackingScalingPolicyProps.builder()
Sets the value ofBaseTargetTrackingProps.getCooldown()
TargetTrackingScalingPolicyProps.Builder.customMetric
(IMetric customMetric) Sets the value ofBasicTargetTrackingScalingPolicyProps.getCustomMetric()
TargetTrackingScalingPolicyProps.Builder.disableScaleIn
(Boolean disableScaleIn) Sets the value ofBaseTargetTrackingProps.getDisableScaleIn()
TargetTrackingScalingPolicyProps.Builder.estimatedInstanceWarmup
(Duration estimatedInstanceWarmup) Sets the value ofBaseTargetTrackingProps.getEstimatedInstanceWarmup()
TargetTrackingScalingPolicyProps.Builder.predefinedMetric
(PredefinedMetric predefinedMetric) Sets the value ofBasicTargetTrackingScalingPolicyProps.getPredefinedMetric()
TargetTrackingScalingPolicyProps.Builder.resourceLabel
(String resourceLabel) Sets the value ofBasicTargetTrackingScalingPolicyProps.getResourceLabel()
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
.