public static interface GetStreamingSessionStreamResponse.Builder extends NimbleResponse.Builder, SdkPojo, CopyableBuilder<GetStreamingSessionStreamResponse.Builder,GetStreamingSessionStreamResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetStreamingSessionStreamResponse.Builder |
stream(Consumer<StreamingSessionStream.Builder> stream)
The stream.
|
GetStreamingSessionStreamResponse.Builder |
stream(StreamingSessionStream stream)
The stream.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetStreamingSessionStreamResponse.Builder stream(StreamingSessionStream stream)
The stream.
stream - The stream.default GetStreamingSessionStreamResponse.Builder stream(Consumer<StreamingSessionStream.Builder> stream)
The stream.
This is a convenience method that creates an instance of theStreamingSessionStream.Builder avoiding
the need to create one manually via StreamingSessionStream.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to stream(StreamingSessionStream).
stream - a consumer that will call methods on StreamingSessionStream.Builderstream(StreamingSessionStream)Copyright © 2023. All rights reserved.