Interface TakeRouterInputResponse.Builder

  • Method Details

    • routedState

      TakeRouterInputResponse.Builder routedState(String routedState)

      The state of the association between the router input and output.

      Parameters:
      routedState - The state of the association between the router input and output.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • routedState

      The state of the association between the router input and output.

      Parameters:
      routedState - The state of the association between the router input and output.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • routerOutputArn

      TakeRouterInputResponse.Builder routerOutputArn(String routerOutputArn)

      The ARN of the associated router output.

      Parameters:
      routerOutputArn - The ARN of the associated router output.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • routerOutputName

      TakeRouterInputResponse.Builder routerOutputName(String routerOutputName)

      The name of the associated router output.

      Parameters:
      routerOutputName - The name of the associated router output.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • routerInputArn

      TakeRouterInputResponse.Builder routerInputArn(String routerInputArn)

      The ARN of the associated router input.

      Parameters:
      routerInputArn - The ARN of the associated router input.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • routerInputName

      TakeRouterInputResponse.Builder routerInputName(String routerInputName)

      The name of the associated router input.

      Parameters:
      routerInputName - The name of the associated router input.
      Returns:
      Returns a reference to this object so that method calls can be chained together.