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