Uses of Class
software.amazon.awscdk.services.autoscaling.BaseTargetTrackingProps.Builder
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of BaseTargetTrackingProps.Builder in software.amazon.awscdk.services.autoscaling
Modifier and TypeMethodDescriptionBaseTargetTrackingProps.builder()
Sets the value ofBaseTargetTrackingProps.getCooldown()
BaseTargetTrackingProps.Builder.disableScaleIn
(Boolean disableScaleIn) Sets the value ofBaseTargetTrackingProps.getDisableScaleIn()
BaseTargetTrackingProps.Builder.estimatedInstanceWarmup
(Duration estimatedInstanceWarmup) Sets the value ofBaseTargetTrackingProps.getEstimatedInstanceWarmup()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theBaseTargetTrackingProps.Builder
.