Interface ListStreamGroupsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListStreamGroupsResponse.Builder,
,ListStreamGroupsResponse> GameLiftStreamsResponse.Builder
,SdkBuilder<ListStreamGroupsResponse.Builder,
,ListStreamGroupsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListStreamGroupsResponse
-
Method Summary
Modifier and TypeMethodDescriptionitems
(Collection<StreamGroupSummary> items) A collection of Amazon GameLift Streams stream groups that are associated with the Amazon Web Services account in use.items
(Consumer<StreamGroupSummary.Builder>... items) A collection of Amazon GameLift Streams stream groups that are associated with the Amazon Web Services account in use.items
(StreamGroupSummary... items) A collection of Amazon GameLift Streams stream groups that are associated with the Amazon Web Services account in use.A token that marks the start of the next sequential page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.gameliftstreams.model.GameLiftStreamsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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 theStreamGroupSummary.Builder
avoiding the need to create one manually viaStreamGroupSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toitems(List<StreamGroupSummary>)
.- Parameters:
items
- a consumer that will call methods onStreamGroupSummary.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.
-