Uses of Class
software.amazon.awscdk.services.autoscaling.RequestCountScalingProps.Builder
Packages that use RequestCountScalingProps.Builder
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of RequestCountScalingProps.Builder in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return RequestCountScalingProps.BuilderModifier 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()RequestCountScalingProps.Builder.targetRequestsPerSecond(Number targetRequestsPerSecond) Deprecated.Use 'targetRequestsPerMinute' insteadConstructors in software.amazon.awscdk.services.autoscaling with parameters of type RequestCountScalingProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theRequestCountScalingProps.Builder.