Interface AssociateSoftwareTokenResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CognitoIdentityProviderResponse.Builder, CopyableBuilder<AssociateSoftwareTokenResponse.Builder,AssociateSoftwareTokenResponse>, SdkBuilder<AssociateSoftwareTokenResponse.Builder,AssociateSoftwareTokenResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
AssociateSoftwareTokenResponse

  • Method Details

    • secretCode

      A unique generated shared secret code that is used in the TOTP algorithm to generate a one-time code.

      Parameters:
      secretCode - A unique generated shared secret code that is used in the TOTP algorithm to generate a one-time code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • session

      The session that 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.

      Parameters:
      session - The session that 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.