Interface RoutingControl.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RoutingControl.Builder,RoutingControl>, SdkBuilder<RoutingControl.Builder,RoutingControl>, SdkPojo
Enclosing class:
RoutingControl

public static interface RoutingControl.Builder extends SdkPojo, CopyableBuilder<RoutingControl.Builder,RoutingControl>
  • Method Details

    • controlPanelArn

      RoutingControl.Builder controlPanelArn(String controlPanelArn)

      The Amazon Resource Name (ARN) of the control panel that includes the routing control.

      Parameters:
      controlPanelArn - The Amazon Resource Name (ARN) of the control panel that includes the routing control.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the routing control.

      Parameters:
      name - The name of the routing control.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • routingControlArn

      RoutingControl.Builder routingControlArn(String routingControlArn)

      The Amazon Resource Name (ARN) of the routing control.

      Parameters:
      routingControlArn - The Amazon Resource Name (ARN) of the routing control.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The deployment status of a routing control. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.

      Parameters:
      status - The deployment status of a routing control. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The deployment status of a routing control. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.

      Parameters:
      status - The deployment status of a routing control. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • owner

      The Amazon Web Services account ID of the routing control owner.

      Parameters:
      owner - The Amazon Web Services account ID of the routing control owner.
      Returns:
      Returns a reference to this object so that method calls can be chained together.