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 number of instances you prefer to maintain in the group.
|
ScheduledUpdateGroupAction.Builder |
endTime(Instant endTime)
The date and time in UTC for the recurring schedule to end.
|
ScheduledUpdateGroupAction.Builder |
maxSize(Integer maxSize)
The maximum number of instances in the Auto Scaling group.
|
ScheduledUpdateGroupAction.Builder |
minSize(Integer minSize)
The minimum number of instances in 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, sdkFieldscopyapplyMutation, buildScheduledUpdateGroupAction.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 number of instances in the Auto Scaling group.
minSize - The minimum number of instances in the Auto Scaling group.ScheduledUpdateGroupAction.Builder maxSize(Integer maxSize)
The maximum number of instances in the Auto Scaling group.
maxSize - The maximum number of instances in the Auto Scaling group.ScheduledUpdateGroupAction.Builder desiredCapacity(Integer desiredCapacity)
The number of instances you prefer to maintain in the group.
desiredCapacity - The number of instances you prefer to maintain in the group.Copyright © 2019. All rights reserved.