Interface DescribeGameSessionsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeGameSessionsResponse.Builder,DescribeGameSessionsResponse>, GameLiftResponse.Builder, SdkBuilder<DescribeGameSessionsResponse.Builder,DescribeGameSessionsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeGameSessionsResponse

public static interface DescribeGameSessionsResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeGameSessionsResponse.Builder,DescribeGameSessionsResponse>
  • Method Details

    • gameSessions

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

      Parameters:
      gameSessions - 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.
    • gameSessions

      DescribeGameSessionsResponse.Builder gameSessions(GameSession... gameSessions)

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

      Parameters:
      gameSessions - 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.
    • gameSessions

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

      This is a convenience method that creates an instance of the GameSession.Builder avoiding the need to create one manually via GameSession.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to gameSessions(List<GameSession>).

      Parameters:
      gameSessions - a consumer that will call methods on GameSession.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.