public static interface BatchPutScheduledUpdateGroupActionRequest.Builder extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<BatchPutScheduledUpdateGroupActionRequest.Builder,BatchPutScheduledUpdateGroupActionRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
BatchPutScheduledUpdateGroupActionRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName
- The name of the Auto Scaling group.BatchPutScheduledUpdateGroupActionRequest.Builder scheduledUpdateGroupActions(Collection<ScheduledUpdateGroupActionRequest> scheduledUpdateGroupActions)
One or more scheduled actions. The maximum number allowed is 50.
scheduledUpdateGroupActions
- One or more scheduled actions. The maximum number allowed is 50.BatchPutScheduledUpdateGroupActionRequest.Builder scheduledUpdateGroupActions(ScheduledUpdateGroupActionRequest... scheduledUpdateGroupActions)
One or more scheduled actions. The maximum number allowed is 50.
scheduledUpdateGroupActions
- One or more scheduled actions. The maximum number allowed is 50.BatchPutScheduledUpdateGroupActionRequest.Builder scheduledUpdateGroupActions(Consumer<ScheduledUpdateGroupActionRequest.Builder>... scheduledUpdateGroupActions)
One or more scheduled actions. The maximum number allowed is 50.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is
called immediately and its result is passed to #scheduledUpdateGroupActions(List)
.scheduledUpdateGroupActions
- a consumer that will call methods on List.Builder
#scheduledUpdateGroupActions(List)
BatchPutScheduledUpdateGroupActionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.BatchPutScheduledUpdateGroupActionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.