ScheduledUpdateGroupAction.Builder |
ScheduledUpdateGroupAction.Builder.autoScalingGroupName(String autoScalingGroupName) |
The name of the Auto Scaling group.
|
static ScheduledUpdateGroupAction.Builder |
ScheduledUpdateGroupAction.builder() |
|
ScheduledUpdateGroupAction.Builder |
ScheduledUpdateGroupAction.Builder.desiredCapacity(Integer desiredCapacity) |
The desired capacity is the initial capacity of the Auto Scaling group after the scheduled action runs and
the capacity it attempts to maintain.
|
ScheduledUpdateGroupAction.Builder |
ScheduledUpdateGroupAction.Builder.endTime(Instant endTime) |
The date and time in UTC for the recurring schedule to end.
|
ScheduledUpdateGroupAction.Builder |
ScheduledUpdateGroupAction.Builder.maxSize(Integer maxSize) |
The maximum size of the Auto Scaling group.
|
ScheduledUpdateGroupAction.Builder |
ScheduledUpdateGroupAction.Builder.minSize(Integer minSize) |
The minimum size of the Auto Scaling group.
|
ScheduledUpdateGroupAction.Builder |
ScheduledUpdateGroupAction.Builder.recurrence(String recurrence) |
The recurring schedule for the action, in Unix cron syntax format.
|
ScheduledUpdateGroupAction.Builder |
ScheduledUpdateGroupAction.Builder.scheduledActionARN(String scheduledActionARN) |
The Amazon Resource Name (ARN) of the scheduled action.
|
ScheduledUpdateGroupAction.Builder |
ScheduledUpdateGroupAction.Builder.scheduledActionName(String scheduledActionName) |
The name of the scheduled action.
|
ScheduledUpdateGroupAction.Builder |
ScheduledUpdateGroupAction.Builder.startTime(Instant startTime) |
The date and time in UTC for this action to start.
|
ScheduledUpdateGroupAction.Builder |
ScheduledUpdateGroupAction.Builder.time(Instant time) |
This property is no longer used.
|
ScheduledUpdateGroupAction.Builder |
ScheduledUpdateGroupAction.Builder.timeZone(String timeZone) |
The time zone for the cron expression.
|
ScheduledUpdateGroupAction.Builder |
ScheduledUpdateGroupAction.toBuilder() |
|