Interface ListRoutingControlsResponse.Builder

    • Method Detail

      • nextToken

        ListRoutingControlsResponse.Builder nextToken​(String nextToken)

        The token that identifies which batch of results you want to see.

        Parameters:
        nextToken - The token that identifies which batch of results you want to see.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routingControls

        ListRoutingControlsResponse.Builder routingControls​(Collection<RoutingControl> routingControls)

        An array of routing controls.

        Parameters:
        routingControls - An array of routing controls.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routingControls

        ListRoutingControlsResponse.Builder routingControls​(RoutingControl... routingControls)

        An array of routing controls.

        Parameters:
        routingControls - An array of routing controls.
        Returns:
        Returns a reference to this object so that method calls can be chained together.