public static interface ListStreamsResponse.Builder extends IvsResponse.Builder, SdkPojo, CopyableBuilder<ListStreamsResponse.Builder,ListStreamsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListStreamsResponse.Builder |
nextToken(String nextToken)
If there are more streams than
maxResults, use nextToken in the request to get the
next set. |
ListStreamsResponse.Builder |
streams(Collection<StreamSummary> streams)
List of streams.
|
ListStreamsResponse.Builder |
streams(Consumer<StreamSummary.Builder>... streams)
List of streams.
|
ListStreamsResponse.Builder |
streams(StreamSummary... streams)
List of streams.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStreamsResponse.Builder nextToken(String nextToken)
If there are more streams than maxResults, use nextToken in the request to get the
next set.
nextToken - If there are more streams than maxResults, use nextToken in the request to
get the next set.ListStreamsResponse.Builder streams(Collection<StreamSummary> streams)
List of streams.
streams - List of streams.ListStreamsResponse.Builder streams(StreamSummary... streams)
List of streams.
streams - List of streams.ListStreamsResponse.Builder streams(Consumer<StreamSummary.Builder>... streams)
List of streams.
This is a convenience method that creates an instance of theStreamSummary.Builder avoiding the need to create one
manually via StreamSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #streams(List.
streams - a consumer that will call methods on
StreamSummary.Builder#streams(java.util.Collection) Copyright © 2023. All rights reserved.