public static interface VerifySoftwareTokenRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<VerifySoftwareTokenRequest.Builder,VerifySoftwareTokenRequest>
| Modifier and Type | Method and Description |
|---|---|
VerifySoftwareTokenRequest.Builder |
accessToken(String accessToken)
The access token.
|
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 which 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
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildVerifySoftwareTokenRequest.Builder accessToken(String accessToken)
The access token.
accessToken - The access token.VerifySoftwareTokenRequest.Builder session(String session)
The session which should be passed both ways in challenge-response calls to the service.
session - The session which 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
userCode - The one time password computed using the secret code returned byVerifySoftwareTokenRequest.Builder friendlyDeviceName(String friendlyDeviceName)
The friendly device name.
friendlyDeviceName - The friendly device name.VerifySoftwareTokenRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderVerifySoftwareTokenRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.