public static interface ListStreamingSessionsResponse.Builder extends NimbleResponse.Builder, SdkPojo, CopyableBuilder<ListStreamingSessionsResponse.Builder,ListStreamingSessionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListStreamingSessionsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListStreamingSessionsResponse.Builder |
sessions(Collection<StreamingSession> sessions)
A collection of streaming sessions.
|
ListStreamingSessionsResponse.Builder |
sessions(Consumer<StreamingSession.Builder>... sessions)
A collection of streaming sessions.
|
ListStreamingSessionsResponse.Builder |
sessions(StreamingSession... sessions)
A collection of streaming sessions.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStreamingSessionsResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.ListStreamingSessionsResponse.Builder sessions(Collection<StreamingSession> sessions)
A collection of streaming sessions.
sessions - A collection of streaming sessions.ListStreamingSessionsResponse.Builder sessions(StreamingSession... sessions)
A collection of streaming sessions.
sessions - A collection of streaming sessions.ListStreamingSessionsResponse.Builder sessions(Consumer<StreamingSession.Builder>... sessions)
A collection of streaming sessions.
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 #sessions(List) .sessions - a consumer that will call methods on List.Builder #sessions(List) Copyright © 2021. All rights reserved.