Interface BatchPutScheduledUpdateGroupActionResponse.Builder
- All Superinterfaces:
AutoScalingResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<BatchPutScheduledUpdateGroupActionResponse.Builder,
,BatchPutScheduledUpdateGroupActionResponse> SdkBuilder<BatchPutScheduledUpdateGroupActionResponse.Builder,
,BatchPutScheduledUpdateGroupActionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
BatchPutScheduledUpdateGroupActionResponse
public static interface BatchPutScheduledUpdateGroupActionResponse.Builder
extends AutoScalingResponse.Builder, SdkPojo, CopyableBuilder<BatchPutScheduledUpdateGroupActionResponse.Builder,BatchPutScheduledUpdateGroupActionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionfailedScheduledUpdateGroupActions
(Collection<FailedScheduledUpdateGroupActionRequest> failedScheduledUpdateGroupActions) The names of the scheduled actions that could not be created or updated, including an error message.failedScheduledUpdateGroupActions
(Consumer<FailedScheduledUpdateGroupActionRequest.Builder>... failedScheduledUpdateGroupActions) The names of the scheduled actions that could not be created or updated, including an error message.failedScheduledUpdateGroupActions
(FailedScheduledUpdateGroupActionRequest... failedScheduledUpdateGroupActions) The names of the scheduled actions that could not be created or updated, including an error message.Methods inherited from interface software.amazon.awssdk.services.autoscaling.model.AutoScalingResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
failedScheduledUpdateGroupActions
BatchPutScheduledUpdateGroupActionResponse.Builder failedScheduledUpdateGroupActions(Collection<FailedScheduledUpdateGroupActionRequest> failedScheduledUpdateGroupActions) The names of the scheduled actions that could not be created or updated, including an error message.
- Parameters:
failedScheduledUpdateGroupActions
- The names of the scheduled actions that could not be created or updated, including an error message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedScheduledUpdateGroupActions
BatchPutScheduledUpdateGroupActionResponse.Builder failedScheduledUpdateGroupActions(FailedScheduledUpdateGroupActionRequest... failedScheduledUpdateGroupActions) The names of the scheduled actions that could not be created or updated, including an error message.
- Parameters:
failedScheduledUpdateGroupActions
- The names of the scheduled actions that could not be created or updated, including an error message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedScheduledUpdateGroupActions
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 viaFailedScheduledUpdateGroupActionRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofailedScheduledUpdateGroupActions(List<FailedScheduledUpdateGroupActionRequest>)
.- Parameters:
failedScheduledUpdateGroupActions
- a consumer that will call methods onFailedScheduledUpdateGroupActionRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-