Interface UpdateRoutingControlStateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateRoutingControlStateRequest.Builder,UpdateRoutingControlStateRequest>,Route53RecoveryClusterRequest.Builder,SdkBuilder<UpdateRoutingControlStateRequest.Builder,UpdateRoutingControlStateRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateRoutingControlStateRequest
public static interface UpdateRoutingControlStateRequest.Builder extends Route53RecoveryClusterRequest.Builder, SdkPojo, CopyableBuilder<UpdateRoutingControlStateRequest.Builder,UpdateRoutingControlStateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateRoutingControlStateRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateRoutingControlStateRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateRoutingControlStateRequest.BuilderroutingControlArn(String routingControlArn)The Amazon Resource Name (ARN) for the routing control that you want to update the state for.UpdateRoutingControlStateRequest.BuilderroutingControlState(String routingControlState)The state of the routing control.UpdateRoutingControlStateRequest.BuilderroutingControlState(RoutingControlState routingControlState)The state of the routing control.UpdateRoutingControlStateRequest.BuildersafetyRulesToOverride(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.BuildersafetyRulesToOverride(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.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53recoverycluster.model.Route53RecoveryClusterRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
routingControlArn
UpdateRoutingControlStateRequest.Builder routingControlArn(String routingControlArn)
The Amazon Resource Name (ARN) for the routing control that you want to update the state for.
- Parameters:
routingControlArn- The Amazon Resource Name (ARN) for the routing control that you want to update the state for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingControlState
UpdateRoutingControlStateRequest.Builder routingControlState(String routingControlState)
The state of the routing control. You can set the value to ON or OFF.
- Parameters:
routingControlState- The state of the routing control. You can set the value to ON or OFF.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RoutingControlState,RoutingControlState
-
routingControlState
UpdateRoutingControlStateRequest.Builder routingControlState(RoutingControlState routingControlState)
The state of the routing control. You can set the value to ON or OFF.
- Parameters:
routingControlState- The state of the routing control. You can set the value to ON or OFF.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RoutingControlState,RoutingControlState
-
safetyRulesToOverride
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. 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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
safetyRulesToOverride
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateRoutingControlStateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateRoutingControlStateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-