public static interface VerifySoftwareTokenRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<VerifySoftwareTokenRequest.Builder,VerifySoftwareTokenRequest>
Modifier and Type | Method and Description |
---|---|
VerifySoftwareTokenRequest.Builder |
accessToken(String accessToken)
A valid access token that Amazon Cognito issued to the user whose software token you want to verify.
|
VerifySoftwareTokenRequest.Builder |
friendlyDeviceName(String friendlyDeviceName)
The friendly device name.
|
VerifySoftwareTokenRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
VerifySoftwareTokenRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
VerifySoftwareTokenRequest.Builder |
session(String session)
The session that should be passed both ways in challenge-response calls to the service.
|
VerifySoftwareTokenRequest.Builder |
userCode(String userCode)
The one- time password computed using the secret code returned by AssociateSoftwareToken.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
VerifySoftwareTokenRequest.Builder accessToken(String accessToken)
A valid access token that Amazon Cognito issued to the user whose software token you want to verify.
accessToken
- A valid access token that Amazon Cognito issued to the user whose software token you want to verify.VerifySoftwareTokenRequest.Builder session(String session)
The session that should be passed both ways in challenge-response calls to the service.
session
- The session that should be passed both ways in challenge-response calls to the service.VerifySoftwareTokenRequest.Builder userCode(String userCode)
The one- time password computed using the secret code returned by AssociateSoftwareToken.
userCode
- The one- time password computed using the secret code returned by AssociateSoftwareToken.VerifySoftwareTokenRequest.Builder friendlyDeviceName(String friendlyDeviceName)
The friendly device name.
friendlyDeviceName
- The friendly device name.VerifySoftwareTokenRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
VerifySoftwareTokenRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.