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