Interface ListStreamSessionsByAccountResponse.Builder

  • Method Details

    • items

      A collection of Amazon GameLift Streams stream sessions that are associated with a stream group and returned in response to a list request. Each item includes stream session metadata and status.

      Parameters:
      items - A collection of Amazon GameLift Streams stream sessions that are associated with a stream group and returned in response to a list request. Each item includes stream session metadata and status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      A collection of Amazon GameLift Streams stream sessions that are associated with a stream group and returned in response to a list request. Each item includes stream session metadata and status.

      Parameters:
      items - A collection of Amazon GameLift Streams stream sessions that are associated with a stream group and returned in response to a list request. Each item includes stream session metadata and status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      A collection of Amazon GameLift Streams stream sessions that are associated with a stream group and returned in response to a list request. Each item includes stream session metadata and status.

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

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

      Parameters:
      items - a consumer that will call methods on StreamSessionSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      A token that marks the start of the next sequential page of results. If an operation doesn't return a token, you've reached the end of the list.

      Parameters:
      nextToken - A token that marks the start of the next sequential page of results. If an operation doesn't return a token, you've reached the end of the list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.