public static interface GetStageSessionResponse.Builder extends IvsRealTimeResponse.Builder, SdkPojo, CopyableBuilder<GetStageSessionResponse.Builder,GetStageSessionResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetStageSessionResponse.Builder |
stageSession(Consumer<StageSession.Builder> stageSession)
The stage session that is returned.
|
GetStageSessionResponse.Builder |
stageSession(StageSession stageSession)
The stage session that is returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetStageSessionResponse.Builder stageSession(StageSession stageSession)
The stage session that is returned.
stageSession - The stage session that is returned.default GetStageSessionResponse.Builder stageSession(Consumer<StageSession.Builder> stageSession)
The stage session that is returned.
This is a convenience method that creates an instance of theStageSession.Builder avoiding the need
to create one manually via StageSession.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to stageSession(StageSession).
stageSession - a consumer that will call methods on StageSession.BuilderstageSession(StageSession)Copyright © 2023. All rights reserved.