Interface UpdateRoutingControlStateRequest.Builder

    • 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
      • 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.