public static interface DisconnectParticipantRequest.Builder extends ConnectParticipantRequest.Builder, SdkPojo, CopyableBuilder<DisconnectParticipantRequest.Builder,DisconnectParticipantRequest>
| Modifier and Type | Method and Description |
|---|---|
DisconnectParticipantRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
DisconnectParticipantRequest.Builder |
connectionToken(String connectionToken)
The authentication token associated with the participant's connection.
|
DisconnectParticipantRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisconnectParticipantRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisconnectParticipantRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not
provided, the Amazon Web Services SDK populates this field. For more information about idempotency,
see Making
retries safe with idempotent APIs.DisconnectParticipantRequest.Builder connectionToken(String connectionToken)
The authentication token associated with the participant's connection.
connectionToken - The authentication token associated with the participant's connection.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.