Interface SearchGameSessionsResponse.Builder

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

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

    • gameSessions

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

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

      SearchGameSessionsResponse.Builder gameSessions(GameSession... gameSessions)

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

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

      A collection of objects containing game session properties for each 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.