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 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 that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #streams(List) .streams - a consumer that will call methods on List.Builder #streams(List) ListStreamsResponse.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.Copyright © 2021. All rights reserved.