Interface RoutingControl.Builder

    • Method Detail

      • 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

        RoutingControl.Builder name​(String 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

        RoutingControl.Builder status​(String 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, Status
      • status

        RoutingControl.Builder status​(Status 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, Status
      • owner

        RoutingControl.Builder owner​(String 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.