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 Number (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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRoutingControlStateRequest.Builder routingControlArn(String routingControlArn)
The Amazon Resource Number (ARN) for the routing control that you want to update the state for.
routingControlArn - The Amazon Resource Number (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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateRoutingControlStateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.