public static interface BatchPutScheduledUpdateGroupActionRequest.Builder extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<BatchPutScheduledUpdateGroupActionRequest.Builder,BatchPutScheduledUpdateGroupActionRequest>
buildoverrideConfigurationcopyapplyMutation, buildBatchPutScheduledUpdateGroupActionRequest.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)
overrideConfiguration in interface AwsRequest.BuilderBatchPutScheduledUpdateGroupActionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.