Interface UpdateRoutingControlStateRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<UpdateRoutingControlStateRequest.Builder,UpdateRoutingControlStateRequest>, Route53RecoveryClusterRequest.Builder, SdkBuilder<UpdateRoutingControlStateRequest.Builder,UpdateRoutingControlStateRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UpdateRoutingControlStateRequest

  • Method Details

    • 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

      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:
    • 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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.