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)
Add an optional request override configuration.
|
VerifySoftwareTokenRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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
|
build
overrideConfiguration
copy
applyMutation, build
VerifySoftwareTokenRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.VerifySoftwareTokenRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.