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 method that creates an instance of theStreamingSession.Builder avoiding the need to create one
manually via StreamingSession.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #sessions(List.
sessions - a consumer that will call methods on
StreamingSession.Builder#sessions(java.util.Collection) Copyright © 2023. All rights reserved.