Interface DescribeGameSessionDetailsResponse.Builder

    • Method Detail

      • gameSessionDetails

        DescribeGameSessionDetailsResponse.Builder gameSessionDetails​(Collection<GameSessionDetail> gameSessionDetails)

        A collection of properties for each game session that matches the request.

        Parameters:
        gameSessionDetails - A collection of properties for each game session that matches the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • gameSessionDetails

        DescribeGameSessionDetailsResponse.Builder gameSessionDetails​(GameSessionDetail... gameSessionDetails)

        A collection of properties for each game session that matches the request.

        Parameters:
        gameSessionDetails - A collection of properties for each game session that matches the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeGameSessionDetailsResponse.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.