public static interface AssociateSoftwareTokenResponse.Builder extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<AssociateSoftwareTokenResponse.Builder,AssociateSoftwareTokenResponse>
Modifier and Type | Method and Description |
---|---|
AssociateSoftwareTokenResponse.Builder |
secretCode(String secretCode)
A unique generated shared secret code that is used in the TOTP algorithm to generate a one time code.
|
AssociateSoftwareTokenResponse.Builder |
session(String session)
The session which should be passed both ways in challenge-response calls to the service.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
AssociateSoftwareTokenResponse.Builder secretCode(String secretCode)
A unique generated shared secret code that is used in the TOTP algorithm to generate a one time code.
secretCode
- A unique generated shared secret code that is used in the TOTP algorithm to generate a one time code.AssociateSoftwareTokenResponse.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.