public static interface UpdateRoutingControlStateRequest.Builder extends Route53RecoveryClusterRequest.Builder, SdkPojo, CopyableBuilder<UpdateRoutingControlStateRequest.Builder,UpdateRoutingControlStateRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateRoutingControlStateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateRoutingControlStateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateRoutingControlStateRequest.Builder |
routingControlArn(String routingControlArn)
The Amazon Resource Name (ARN) for the routing control that you want to update the state for.
|
UpdateRoutingControlStateRequest.Builder |
routingControlState(RoutingControlState routingControlState)
The state of the routing control.
|
UpdateRoutingControlStateRequest.Builder |
routingControlState(String routingControlState)
The state of the routing control.
|
UpdateRoutingControlStateRequest.Builder |
safetyRulesToOverride(Collection<String> safetyRulesToOverride)
The Amazon Resource Names (ARNs) for the safety rules that you want to override when you're updating the
state of a routing control.
|
UpdateRoutingControlStateRequest.Builder |
safetyRulesToOverride(String... safetyRulesToOverride)
The Amazon Resource Names (ARNs) for the safety rules that you want to override when you're updating the
state of a routing control.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRoutingControlStateRequest.Builder routingControlArn(String routingControlArn)
The Amazon Resource Name (ARN) for the routing control that you want to update the state for.
routingControlArn - The Amazon Resource Name (ARN) for the routing control that you want to update the state for.UpdateRoutingControlStateRequest.Builder routingControlState(String routingControlState)
The state of the routing control. You can set the value to be On or Off.
routingControlState - The state of the routing control. You can set the value to be On or Off.RoutingControlState,
RoutingControlStateUpdateRoutingControlStateRequest.Builder routingControlState(RoutingControlState routingControlState)
The state of the routing control. You can set the value to be On or Off.
routingControlState - The state of the routing control. You can set the value to be On or Off.RoutingControlState,
RoutingControlStateUpdateRoutingControlStateRequest.Builder safetyRulesToOverride(Collection<String> safetyRulesToOverride)
The Amazon Resource Names (ARNs) for the safety rules that you want to override when you're updating the state of a routing control. 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
the state of a routing control. 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.
UpdateRoutingControlStateRequest.Builder safetyRulesToOverride(String... safetyRulesToOverride)
The Amazon Resource Names (ARNs) for the safety rules that you want to override when you're updating the state of a routing control. 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
the state of a routing control. 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.
UpdateRoutingControlStateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateRoutingControlStateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.