public static interface StopStreamingSessionResponse.Builder extends NimbleResponse.Builder, SdkPojo, CopyableBuilder<StopStreamingSessionResponse.Builder,StopStreamingSessionResponse>
| Modifier and Type | Method and Description |
|---|---|
default StopStreamingSessionResponse.Builder |
session(Consumer<StreamingSession.Builder> session)
Sets the value of the Session property for this object.
|
StopStreamingSessionResponse.Builder |
session(StreamingSession session)
Sets the value of the Session property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopStreamingSessionResponse.Builder session(StreamingSession session)
session - The new value for the Session property for this object.default StopStreamingSessionResponse.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.