public static interface DisconnectParticipantRequest.Builder extends IvsRealTimeRequest.Builder, SdkPojo, CopyableBuilder<DisconnectParticipantRequest.Builder,DisconnectParticipantRequest>
| Modifier and Type | Method and Description |
|---|---|
DisconnectParticipantRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisconnectParticipantRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisconnectParticipantRequest.Builder |
participantId(String participantId)
Identifier of the participant to be disconnected.
|
DisconnectParticipantRequest.Builder |
reason(String reason)
Description of why this participant is being disconnected.
|
DisconnectParticipantRequest.Builder |
stageArn(String stageArn)
ARN of the stage to which the participant is attached.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisconnectParticipantRequest.Builder participantId(String participantId)
Identifier of the participant to be disconnected. This is assigned by IVS and returned by CreateParticipantToken.
participantId - Identifier of the participant to be disconnected. This is assigned by IVS and returned by
CreateParticipantToken.DisconnectParticipantRequest.Builder reason(String reason)
Description of why this participant is being disconnected.
reason - Description of why this participant is being disconnected.DisconnectParticipantRequest.Builder stageArn(String stageArn)
ARN of the stage to which the participant is attached.
stageArn - ARN of the stage to which the participant is attached.DisconnectParticipantRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisconnectParticipantRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.