public static interface GetParticipantRequest.Builder extends IvsRealTimeRequest.Builder, SdkPojo, CopyableBuilder<GetParticipantRequest.Builder,GetParticipantRequest>
| Modifier and Type | Method and Description |
|---|---|
GetParticipantRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetParticipantRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetParticipantRequest.Builder |
participantId(String participantId)
Unique identifier for the participant.
|
GetParticipantRequest.Builder |
sessionId(String sessionId)
ID of a session within the stage.
|
GetParticipantRequest.Builder |
stageArn(String stageArn)
Stage ARN.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetParticipantRequest.Builder participantId(String participantId)
Unique identifier for the participant. This is assigned by IVS and returned by CreateParticipantToken.
participantId - Unique identifier for the participant. This is assigned by IVS and returned by
CreateParticipantToken.GetParticipantRequest.Builder sessionId(String sessionId)
ID of a session within the stage.
sessionId - ID of a session within the stage.GetParticipantRequest.Builder stageArn(String stageArn)
Stage ARN.
stageArn - Stage ARN.GetParticipantRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetParticipantRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.