Interface CancelParticipantAuthenticationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectParticipantRequest.Builder,CopyableBuilder<CancelParticipantAuthenticationRequest.Builder,CancelParticipantAuthenticationRequest>,SdkBuilder<CancelParticipantAuthenticationRequest.Builder,CancelParticipantAuthenticationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CancelParticipantAuthenticationRequest
public static interface CancelParticipantAuthenticationRequest.Builder extends ConnectParticipantRequest.Builder, SdkPojo, CopyableBuilder<CancelParticipantAuthenticationRequest.Builder,CancelParticipantAuthenticationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CancelParticipantAuthenticationRequest.BuilderconnectionToken(String connectionToken)The authentication token associated with the participant's connection.CancelParticipantAuthenticationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CancelParticipantAuthenticationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CancelParticipantAuthenticationRequest.BuildersessionId(String sessionId)ThesessionIdprovided in theauthenticationInitiatedevent.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.connectparticipant.model.ConnectParticipantRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
sessionId
CancelParticipantAuthenticationRequest.Builder sessionId(String sessionId)
The
sessionIdprovided in theauthenticationInitiatedevent.- Parameters:
sessionId- ThesessionIdprovided in theauthenticationInitiatedevent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionToken
CancelParticipantAuthenticationRequest.Builder connectionToken(String connectionToken)
The authentication token associated with the participant's connection.
- Parameters:
connectionToken- The authentication token associated with the participant's connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CancelParticipantAuthenticationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CancelParticipantAuthenticationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-