| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling |
|
| software.amazon.awssdk.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutScheduledUpdateGroupActionResponse> |
AutoScalingAsyncClient.putScheduledUpdateGroupAction(Consumer<PutScheduledUpdateGroupActionRequest.Builder> putScheduledUpdateGroupActionRequest)
Creates or updates a scheduled scaling action for an Auto Scaling group.
|
default PutScheduledUpdateGroupActionResponse |
AutoScalingClient.putScheduledUpdateGroupAction(Consumer<PutScheduledUpdateGroupActionRequest.Builder> putScheduledUpdateGroupActionRequest)
Creates or updates a scheduled scaling action for an Auto Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
PutScheduledUpdateGroupActionRequest.Builder |
PutScheduledUpdateGroupActionRequest.Builder.autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
static PutScheduledUpdateGroupActionRequest.Builder |
PutScheduledUpdateGroupActionRequest.builder() |
PutScheduledUpdateGroupActionRequest.Builder |
PutScheduledUpdateGroupActionRequest.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.
|
PutScheduledUpdateGroupActionRequest.Builder |
PutScheduledUpdateGroupActionRequest.Builder.endTime(Instant endTime)
The date and time for the recurring schedule to end, in UTC.
|
PutScheduledUpdateGroupActionRequest.Builder |
PutScheduledUpdateGroupActionRequest.Builder.maxSize(Integer maxSize)
The maximum size of the Auto Scaling group.
|
PutScheduledUpdateGroupActionRequest.Builder |
PutScheduledUpdateGroupActionRequest.Builder.minSize(Integer minSize)
The minimum size of the Auto Scaling group.
|
PutScheduledUpdateGroupActionRequest.Builder |
PutScheduledUpdateGroupActionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutScheduledUpdateGroupActionRequest.Builder |
PutScheduledUpdateGroupActionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutScheduledUpdateGroupActionRequest.Builder |
PutScheduledUpdateGroupActionRequest.Builder.recurrence(String recurrence)
The recurring schedule for this action.
|
PutScheduledUpdateGroupActionRequest.Builder |
PutScheduledUpdateGroupActionRequest.Builder.scheduledActionName(String scheduledActionName)
The name of this scaling action.
|
PutScheduledUpdateGroupActionRequest.Builder |
PutScheduledUpdateGroupActionRequest.Builder.startTime(Instant startTime)
The date and time for this action to start, in YYYY-MM-DDThh:mm:ssZ format in UTC/GMT only and in quotes (for
example,
"2021-06-01T00:00:00Z"). |
PutScheduledUpdateGroupActionRequest.Builder |
PutScheduledUpdateGroupActionRequest.Builder.time(Instant time)
This property is no longer used.
|
PutScheduledUpdateGroupActionRequest.Builder |
PutScheduledUpdateGroupActionRequest.Builder.timeZone(String timeZone)
Specifies the time zone for a cron expression.
|
PutScheduledUpdateGroupActionRequest.Builder |
PutScheduledUpdateGroupActionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutScheduledUpdateGroupActionRequest.Builder> |
PutScheduledUpdateGroupActionRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.