public static interface CreateStageResponse.Builder extends IvsRealTimeResponse.Builder, SdkPojo, CopyableBuilder<CreateStageResponse.Builder,CreateStageResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateStageResponse.Builder |
participantTokens(Collection<ParticipantToken> participantTokens)
Participant tokens attached to the stage.
|
CreateStageResponse.Builder |
participantTokens(Consumer<ParticipantToken.Builder>... participantTokens)
Participant tokens attached to the stage.
|
CreateStageResponse.Builder |
participantTokens(ParticipantToken... participantTokens)
Participant tokens attached to the stage.
|
default CreateStageResponse.Builder |
stage(Consumer<Stage.Builder> stage)
The stage that was created.
|
CreateStageResponse.Builder |
stage(Stage stage)
The stage that was created.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateStageResponse.Builder participantTokens(Collection<ParticipantToken> participantTokens)
Participant tokens attached to the stage. These correspond to the participants in the request.
participantTokens - Participant tokens attached to the stage. These correspond to the participants in the
request.CreateStageResponse.Builder participantTokens(ParticipantToken... participantTokens)
Participant tokens attached to the stage. These correspond to the participants in the request.
participantTokens - Participant tokens attached to the stage. These correspond to the participants in the
request.CreateStageResponse.Builder participantTokens(Consumer<ParticipantToken.Builder>... participantTokens)
Participant tokens attached to the stage. These correspond to the participants in the request.
ParticipantToken.Builder avoiding the need to
create one manually via ParticipantToken.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #participantTokens(List.
participantTokens - a consumer that will call methods on
ParticipantToken.Builder#participantTokens(java.util.Collection) CreateStageResponse.Builder stage(Stage stage)
The stage that was created.
stage - The stage that was created.default CreateStageResponse.Builder stage(Consumer<Stage.Builder> stage)
The stage that was created.
This is a convenience method that creates an instance of theStage.Builder avoiding the need to
create one manually via Stage.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to stage(Stage).
stage - a consumer that will call methods on Stage.Builderstage(Stage)Copyright © 2023. All rights reserved.