public static interface StartStreamingSessionResponse.Builder extends NimbleResponse.Builder, SdkPojo, CopyableBuilder<StartStreamingSessionResponse.Builder,StartStreamingSessionResponse>
| Modifier and Type | Method and Description |
|---|---|
default StartStreamingSessionResponse.Builder |
session(Consumer<StreamingSession.Builder> session)
Sets the value of the Session property for this object.
|
StartStreamingSessionResponse.Builder |
session(StreamingSession session)
Sets the value of the Session property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartStreamingSessionResponse.Builder session(StreamingSession session)
session - The new value for the Session property for this object.default StartStreamingSessionResponse.Builder session(Consumer<StreamingSession.Builder> session)
StreamingSession.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 session(StreamingSession).session - a consumer that will call methods on StreamingSession.Buildersession(StreamingSession)Copyright © 2022. All rights reserved.