Interface ListRoutingControlsResponse.Builder

    • Method Detail

      • routingControls

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

        The list of routing controls.

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

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

        The list of routing controls.

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

        ListRoutingControlsResponse.Builder nextToken​(String nextToken)

        The token for the next set of results. You receive this token from a previous call.

        Parameters:
        nextToken - The token for the next set of results. You receive this token from a previous call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.