public static interface UpdateRoutingControlStatesRequest.Builder extends Route53RecoveryClusterRequest.Builder, SdkPojo, CopyableBuilder<UpdateRoutingControlStatesRequest.Builder,UpdateRoutingControlStatesRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateRoutingControlStatesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateRoutingControlStatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateRoutingControlStatesRequest.Builder |
updateRoutingControlStateEntries(Collection<UpdateRoutingControlStateEntry> updateRoutingControlStateEntries)
A set of routing control entries that you want to update.
|
UpdateRoutingControlStatesRequest.Builder |
updateRoutingControlStateEntries(Consumer<UpdateRoutingControlStateEntry.Builder>... updateRoutingControlStateEntries)
A set of routing control entries that you want to update.
|
UpdateRoutingControlStatesRequest.Builder |
updateRoutingControlStateEntries(UpdateRoutingControlStateEntry... updateRoutingControlStateEntries)
A set of routing control entries that you want to update.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRoutingControlStatesRequest.Builder updateRoutingControlStateEntries(Collection<UpdateRoutingControlStateEntry> updateRoutingControlStateEntries)
A set of routing control entries that you want to update.
updateRoutingControlStateEntries - A set of routing control entries that you want to update.UpdateRoutingControlStatesRequest.Builder updateRoutingControlStateEntries(UpdateRoutingControlStateEntry... updateRoutingControlStateEntries)
A set of routing control entries that you want to update.
updateRoutingControlStateEntries - A set of routing control entries that you want to update.UpdateRoutingControlStatesRequest.Builder updateRoutingControlStateEntries(Consumer<UpdateRoutingControlStateEntry.Builder>... updateRoutingControlStateEntries)
A set of routing control entries that you want to update.
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 #updateRoutingControlStateEntries(List) .updateRoutingControlStateEntries - a consumer that will call methods on List.Builder #updateRoutingControlStateEntries(List) UpdateRoutingControlStatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateRoutingControlStatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.