Interface ListStreamUrlsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListStreamUrlsResponse.Builder,,ListStreamUrlsResponse> GameLiftStreamsResponse.Builder,SdkBuilder<ListStreamUrlsResponse.Builder,,ListStreamUrlsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListStreamUrlsResponse
@Mutable
@NotThreadSafe
public static interface ListStreamUrlsResponse.Builder
extends GameLiftStreamsResponse.Builder, SdkPojo, CopyableBuilder<ListStreamUrlsResponse.Builder,ListStreamUrlsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionitems(Collection<StreamUrlSummary> items) A collection of stream URL summaries.items(Consumer<StreamUrlSummary.Builder>... items) A collection of stream URL summaries.items(StreamUrlSummary... items) A collection of stream URL summaries.A token that marks the start of the next sequential page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.gameliftstreams.model.GameLiftStreamsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
items
A collection of stream URL summaries. Each summary includes the identity, status, and usage of the stream URL, but not its full configuration.
- Parameters:
items- A collection of stream URL summaries. Each summary includes the identity, status, and usage of the stream URL, but not its full configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
A collection of stream URL summaries. Each summary includes the identity, status, and usage of the stream URL, but not its full configuration.
- Parameters:
items- A collection of stream URL summaries. Each summary includes the identity, status, and usage of the stream URL, but not its full configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
A collection of stream URL summaries. Each summary includes the identity, status, and usage of the stream URL, but not its full configuration.
This is a convenience method that creates an instance of theStreamUrlSummary.Builderavoiding the need to create one manually viaStreamUrlSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<StreamUrlSummary>).- Parameters:
items- a consumer that will call methods onStreamUrlSummary.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.
-