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.
|
buildoverrideConfigurationcopyapplyMutation, buildAssociateSoftwareTokenRequest.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.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AssociateSoftwareTokenRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.