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