@Generated(value="software.amazon.awssdk:codegen") public final class ScheduledUpdateGroupAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScheduledUpdateGroupAction.Builder,ScheduledUpdateGroupAction>
Describes a scheduled scaling action. Used in response to DescribeScheduledActions.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ScheduledUpdateGroupAction.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
autoScalingGroupName()
The name of the Auto Scaling group.
|
static ScheduledUpdateGroupAction.Builder |
builder() |
Integer |
desiredCapacity()
The number of instances you prefer to maintain in the group.
|
Instant |
endTime()
The date and time in UTC for the recurring schedule to end.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxSize()
The maximum number of instances in the Auto Scaling group.
|
Integer |
minSize()
The minimum number of instances in the Auto Scaling group.
|
String |
recurrence()
The recurring schedule for the action, in Unix cron syntax format.
|
String |
scheduledActionARN()
The Amazon Resource Name (ARN) of the scheduled action.
|
String |
scheduledActionName()
The name of the scheduled action.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ScheduledUpdateGroupAction.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The date and time in UTC for this action to start.
|
Instant |
time()
This parameter is no longer used.
|
ScheduledUpdateGroupAction.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String autoScalingGroupName()
The name of the Auto Scaling group.
public String scheduledActionName()
The name of the scheduled action.
public String scheduledActionARN()
The Amazon Resource Name (ARN) of the scheduled action.
public Instant time()
This parameter is no longer used.
public Instant startTime()
The date and time in UTC for this action to start. For example, "2019-06-01T00:00:00Z".
"2019-06-01T00:00:00Z".public Instant endTime()
The date and time in UTC for the recurring schedule to end. For example, "2019-06-01T00:00:00Z".
"2019-06-01T00:00:00Z".public 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.
When StartTime and EndTime are specified with Recurrence, they
form the boundaries of when the recurring action starts and stops.
public Integer minSize()
The minimum number of instances in the Auto Scaling group.
public Integer maxSize()
The maximum number of instances in the Auto Scaling group.
public Integer desiredCapacity()
The number of instances you prefer to maintain in the group.
public ScheduledUpdateGroupAction.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ScheduledUpdateGroupAction.Builder,ScheduledUpdateGroupAction>public static ScheduledUpdateGroupAction.Builder builder()
public static Class<? extends ScheduledUpdateGroupAction.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.