public static interface BatchPutScheduledUpdateGroupActionResponse.Builder extends AutoScalingResponse.Builder, SdkPojo, CopyableBuilder<BatchPutScheduledUpdateGroupActionResponse.Builder,BatchPutScheduledUpdateGroupActionResponse>
Modifier and Type | Method and Description |
---|---|
BatchPutScheduledUpdateGroupActionResponse.Builder |
failedScheduledUpdateGroupActions(Collection<FailedScheduledUpdateGroupActionRequest> failedScheduledUpdateGroupActions)
The names of the scheduled actions that could not be created or updated, including an error message.
|
BatchPutScheduledUpdateGroupActionResponse.Builder |
failedScheduledUpdateGroupActions(Consumer<FailedScheduledUpdateGroupActionRequest.Builder>... failedScheduledUpdateGroupActions)
The names of the scheduled actions that could not be created or updated, including an error message.
|
BatchPutScheduledUpdateGroupActionResponse.Builder |
failedScheduledUpdateGroupActions(FailedScheduledUpdateGroupActionRequest... failedScheduledUpdateGroupActions)
The names of the scheduled actions that could not be created or updated, including an error message.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
BatchPutScheduledUpdateGroupActionResponse.Builder failedScheduledUpdateGroupActions(Collection<FailedScheduledUpdateGroupActionRequest> failedScheduledUpdateGroupActions)
The names of the scheduled actions that could not be created or updated, including an error message.
failedScheduledUpdateGroupActions
- The names of the scheduled actions that could not be created or updated, including an error message.BatchPutScheduledUpdateGroupActionResponse.Builder failedScheduledUpdateGroupActions(FailedScheduledUpdateGroupActionRequest... failedScheduledUpdateGroupActions)
The names of the scheduled actions that could not be created or updated, including an error message.
failedScheduledUpdateGroupActions
- The names of the scheduled actions that could not be created or updated, including an error message.BatchPutScheduledUpdateGroupActionResponse.Builder failedScheduledUpdateGroupActions(Consumer<FailedScheduledUpdateGroupActionRequest.Builder>... failedScheduledUpdateGroupActions)
The names of the scheduled actions that could not be created or updated, including an error message.
This is a convenience that creates an instance of the.Builder
avoiding the need to create one manually via #builder()
.
When the Consumer
completes, List.Builder#build()
is
called immediately and its result is passed to #failedScheduledUpdateGroupActions(List)
.failedScheduledUpdateGroupActions
- a consumer that will call methods on List.Builder
#failedScheduledUpdateGroupActions(List)
Copyright © 2020. All rights reserved.