Interface ListStreamGroupsResponse.Builder

  • Method Details

    • items

      A collection of Amazon GameLift Streams stream groups that are associated with the Amazon Web Services account in use. Each item includes stream group metadata and status, but doesn't include capacity information.

      Parameters:
      items - A collection of Amazon GameLift Streams stream groups that are associated with the Amazon Web Services account in use. Each item includes stream group metadata and status, but doesn't include capacity information.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      A collection of Amazon GameLift Streams stream groups that are associated with the Amazon Web Services account in use. Each item includes stream group metadata and status, but doesn't include capacity information.

      Parameters:
      items - A collection of Amazon GameLift Streams stream groups that are associated with the Amazon Web Services account in use. Each item includes stream group metadata and status, but doesn't include capacity information.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      A collection of Amazon GameLift Streams stream groups that are associated with the Amazon Web Services account in use. Each item includes stream group metadata and status, but doesn't include capacity information.

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

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

      Parameters:
      items - a consumer that will call methods on StreamGroupSummary.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.