public static interface AssociateSoftwareTokenRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<AssociateSoftwareTokenRequest.Builder,AssociateSoftwareTokenRequest>
Modifier and Type | Method and Description |
---|---|
AssociateSoftwareTokenRequest.Builder |
accessToken(String accessToken)
The access token.
|
AssociateSoftwareTokenRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AssociateSoftwareTokenRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
AssociateSoftwareTokenRequest.Builder |
session(String session)
The session which should be passed both ways in challenge-response calls to the service.
|
build
overrideConfiguration
copy
applyMutation, build
AssociateSoftwareTokenRequest.Builder accessToken(String accessToken)
The access token.
accessToken
- The access token.AssociateSoftwareTokenRequest.Builder session(String session)
The session which should be passed both ways in challenge-response calls to the service. This allows authentication of the user as part of the MFA setup process.
session
- The session which should be passed both ways in challenge-response calls to the service. This allows
authentication of the user as part of the MFA setup process.AssociateSoftwareTokenRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AssociateSoftwareTokenRequest.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.