Interface DescribeGameSessionQueuesResponse.Builder

    • Method Detail

      • gameSessionQueues

        DescribeGameSessionQueuesResponse.Builder gameSessionQueues​(Collection<GameSessionQueue> gameSessionQueues)

        A collection of objects that describe the requested game session queues.

        Parameters:
        gameSessionQueues - A collection of objects that describe the requested game session queues.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • gameSessionQueues

        DescribeGameSessionQueuesResponse.Builder gameSessionQueues​(GameSessionQueue... gameSessionQueues)

        A collection of objects that describe the requested game session queues.

        Parameters:
        gameSessionQueues - A collection of objects that describe the requested game session queues.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeGameSessionQueuesResponse.Builder nextToken​(String nextToken)

        A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.

        Parameters:
        nextToken - A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.