public static interface ScheduledUpdateGroupAction.Builder extends SdkPojo, CopyableBuilder<ScheduledUpdateGroupAction.Builder,ScheduledUpdateGroupAction>
Modifier and Type | Method and Description |
---|---|
ScheduledUpdateGroupAction.Builder |
autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
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 |
endTime(Instant endTime)
The date and time in UTC for the recurring schedule to end.
|
ScheduledUpdateGroupAction.Builder |
maxSize(Integer maxSize)
The maximum size of the Auto Scaling group.
|
ScheduledUpdateGroupAction.Builder |
minSize(Integer minSize)
The minimum size of the Auto Scaling group.
|
ScheduledUpdateGroupAction.Builder |
recurrence(String recurrence)
The recurring schedule for the action, in Unix cron syntax format.
|
ScheduledUpdateGroupAction.Builder |
scheduledActionARN(String scheduledActionARN)
The Amazon Resource Name (ARN) of the scheduled action.
|
ScheduledUpdateGroupAction.Builder |
scheduledActionName(String scheduledActionName)
The name of the scheduled action.
|
ScheduledUpdateGroupAction.Builder |
startTime(Instant startTime)
The date and time in UTC for this action to start.
|
ScheduledUpdateGroupAction.Builder |
time(Instant time)
This parameter is no longer used.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ScheduledUpdateGroupAction.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName
- The name of the Auto Scaling group.ScheduledUpdateGroupAction.Builder scheduledActionName(String scheduledActionName)
The name of the scheduled action.
scheduledActionName
- The name of the scheduled action.ScheduledUpdateGroupAction.Builder scheduledActionARN(String scheduledActionARN)
The Amazon Resource Name (ARN) of the scheduled action.
scheduledActionARN
- The Amazon Resource Name (ARN) of the scheduled action.ScheduledUpdateGroupAction.Builder time(Instant time)
This parameter is no longer used.
time
- This parameter is no longer used.ScheduledUpdateGroupAction.Builder startTime(Instant startTime)
The date and time in UTC for this action to start. For example, "2019-06-01T00:00:00Z"
.
startTime
- The date and time in UTC for this action to start. For example, "2019-06-01T00:00:00Z"
.ScheduledUpdateGroupAction.Builder endTime(Instant endTime)
The date and time in UTC for the recurring schedule to end. For example, "2019-06-01T00:00:00Z"
.
endTime
- The date and time in UTC for the recurring schedule to end. For example,
"2019-06-01T00:00:00Z"
.ScheduledUpdateGroupAction.Builder recurrence(String recurrence)
The recurring schedule for the action, in Unix cron syntax format.
When StartTime
and EndTime
are specified with Recurrence
, they form
the boundaries of when the recurring action starts and stops.
recurrence
- The recurring schedule for the action, in Unix cron syntax format.
When StartTime
and EndTime
are specified with Recurrence
, they
form the boundaries of when the recurring action starts and stops.
ScheduledUpdateGroupAction.Builder minSize(Integer minSize)
The minimum size of the Auto Scaling group.
minSize
- The minimum size of the Auto Scaling group.ScheduledUpdateGroupAction.Builder maxSize(Integer maxSize)
The maximum size of the Auto Scaling group.
maxSize
- The maximum size of the Auto Scaling group.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.
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.Copyright © 2020. All rights reserved.