Uses of Class
software.amazon.awscdk.services.autoscaling.ScheduledActionProps.Builder
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of ScheduledActionProps.Builder in software.amazon.awscdk.services.autoscaling
Modifier and TypeMethodDescriptionScheduledActionProps.Builder.autoScalingGroup
(IAutoScalingGroup autoScalingGroup) Sets the value ofScheduledActionProps.getAutoScalingGroup()
static ScheduledActionProps.Builder
ScheduledActionProps.builder()
ScheduledActionProps.Builder.desiredCapacity
(Number desiredCapacity) Sets the value ofBasicScheduledActionProps.getDesiredCapacity()
Sets the value ofBasicScheduledActionProps.getEndTime()
ScheduledActionProps.Builder.maxCapacity
(Number maxCapacity) Sets the value ofBasicScheduledActionProps.getMaxCapacity()
ScheduledActionProps.Builder.minCapacity
(Number minCapacity) Sets the value ofBasicScheduledActionProps.getMinCapacity()
Sets the value ofBasicScheduledActionProps.getSchedule()
Sets the value ofBasicScheduledActionProps.getStartTime()
Sets the value ofBasicScheduledActionProps.getTimeZone()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ScheduledActionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theScheduledActionProps.Builder
.