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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchPutScheduledUpdateGroupActionResponse.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 method that creates an instance of theFailedScheduledUpdateGroupActionRequest.Builder
avoiding the need to create one manually via
FailedScheduledUpdateGroupActionRequest.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #failedScheduledUpdateGroupActions(List.
failedScheduledUpdateGroupActions - a consumer that will call methods on
FailedScheduledUpdateGroupActionRequest.Builder#failedScheduledUpdateGroupActions(java.util.Collection) Copyright © 2023. All rights reserved.