public static interface UpdateRoutingControlStatesRequest.Builder extends Route53RecoveryClusterRequest.Builder, SdkPojo, CopyableBuilder<UpdateRoutingControlStatesRequest.Builder,UpdateRoutingControlStatesRequest>
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 method that creates an instance of theUpdateRoutingControlStateEntry.Builder
avoiding the need to create one manually via
UpdateRoutingControlStateEntry.builder()
.
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #updateRoutingControlStateEntries(List.
updateRoutingControlStateEntries - a consumer that will call methods on
UpdateRoutingControlStateEntry.Builder#updateRoutingControlStateEntries(java.util.Collection) UpdateRoutingControlStatesRequest.Builder safetyRulesToOverride(Collection<String> safetyRulesToOverride)
The Amazon Resource Names (ARNs) for the safety rules that you want to override when you're updating routing control states. You can override one safety rule or multiple safety rules by including one or more ARNs, separated by commas.
For more information, see Override safety rules to reroute traffic in the Amazon Route 53 Application Recovery Controller Developer Guide.
safetyRulesToOverride - The Amazon Resource Names (ARNs) for the safety rules that you want to override when you're updating
routing control states. You can override one safety rule or multiple safety rules by including one or
more ARNs, separated by commas.
For more information, see Override safety rules to reroute traffic in the Amazon Route 53 Application Recovery Controller Developer Guide.
UpdateRoutingControlStatesRequest.Builder safetyRulesToOverride(String... safetyRulesToOverride)
The Amazon Resource Names (ARNs) for the safety rules that you want to override when you're updating routing control states. You can override one safety rule or multiple safety rules by including one or more ARNs, separated by commas.
For more information, see Override safety rules to reroute traffic in the Amazon Route 53 Application Recovery Controller Developer Guide.
safetyRulesToOverride - The Amazon Resource Names (ARNs) for the safety rules that you want to override when you're updating
routing control states. You can override one safety rule or multiple safety rules by including one or
more ARNs, separated by commas.
For more information, see Override safety rules to reroute traffic in the Amazon Route 53 Application Recovery Controller Developer Guide.
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.