Interface UpdateParticipantAuthenticationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<UpdateParticipantAuthenticationRequest.Builder,UpdateParticipantAuthenticationRequest>,SdkBuilder<UpdateParticipantAuthenticationRequest.Builder,UpdateParticipantAuthenticationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateParticipantAuthenticationRequest
public static interface UpdateParticipantAuthenticationRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateParticipantAuthenticationRequest.Builder,UpdateParticipantAuthenticationRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectRequest.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
-
state
UpdateParticipantAuthenticationRequest.Builder state(String state)
The
statequery parameter that was provided by Cognito in theredirectUri. This will also match thestateparameter provided in theAuthenticationUrlfrom the GetAuthenticationUrl response.- Parameters:
state- Thestatequery parameter that was provided by Cognito in theredirectUri. This will also match thestateparameter provided in theAuthenticationUrlfrom the GetAuthenticationUrl response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceId
UpdateParticipantAuthenticationRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
- Parameters:
instanceId- The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
UpdateParticipantAuthenticationRequest.Builder code(String code)
The
codequery parameter provided by Cognito in theredirectUri.- Parameters:
code- Thecodequery parameter provided by Cognito in theredirectUri.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
error
UpdateParticipantAuthenticationRequest.Builder error(String error)
The
errorquery parameter provided by Cognito in theredirectUri.- Parameters:
error- Theerrorquery parameter provided by Cognito in theredirectUri.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorDescription
UpdateParticipantAuthenticationRequest.Builder errorDescription(String errorDescription)
The
error_descriptionparameter provided by Cognito in theredirectUri.- Parameters:
errorDescription- Theerror_descriptionparameter provided by Cognito in theredirectUri.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateParticipantAuthenticationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateParticipantAuthenticationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-