Interface DisconnectParticipantRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisconnectParticipantRequest.Builder,DisconnectParticipantRequest>,IvsRealTimeRequest.Builder,SdkBuilder<DisconnectParticipantRequest.Builder,DisconnectParticipantRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisconnectParticipantRequest
public static interface DisconnectParticipantRequest.Builder extends IvsRealTimeRequest.Builder, SdkPojo, CopyableBuilder<DisconnectParticipantRequest.Builder,DisconnectParticipantRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisconnectParticipantRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisconnectParticipantRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisconnectParticipantRequest.BuilderparticipantId(String participantId)Identifier of the participant to be disconnected.DisconnectParticipantRequest.Builderreason(String reason)Description of why this participant is being disconnected.DisconnectParticipantRequest.BuilderstageArn(String stageArn)ARN of the stage to which the participant is attached.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ivsrealtime.model.IvsRealTimeRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
participantId
DisconnectParticipantRequest.Builder participantId(String participantId)
Identifier of the participant to be disconnected. This is assigned by IVS and returned by CreateParticipantToken.
- Parameters:
participantId- Identifier of the participant to be disconnected. This is assigned by IVS and returned by CreateParticipantToken.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reason
DisconnectParticipantRequest.Builder reason(String reason)
Description of why this participant is being disconnected.
- Parameters:
reason- Description of why this participant is being disconnected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stageArn
DisconnectParticipantRequest.Builder stageArn(String stageArn)
ARN of the stage to which the participant is attached.
- Parameters:
stageArn- ARN of the stage to which the participant is attached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DisconnectParticipantRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisconnectParticipantRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-