Interface ChallengeResponseType.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ChallengeResponseType.Builder,ChallengeResponseType>, SdkBuilder<ChallengeResponseType.Builder,ChallengeResponseType>, SdkPojo
Enclosing class:
ChallengeResponseType

@Mutable @NotThreadSafe public static interface ChallengeResponseType.Builder extends SdkPojo, CopyableBuilder<ChallengeResponseType.Builder,ChallengeResponseType>
  • Method Details

    • challengeName

      ChallengeResponseType.Builder challengeName(String challengeName)

      The type of challenge that your previous authentication request returned in the parameter ChallengeName, for example SMS_MFA.

      Parameters:
      challengeName - The type of challenge that your previous authentication request returned in the parameter ChallengeName, for example SMS_MFA.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • challengeName

      ChallengeResponseType.Builder challengeName(ChallengeName challengeName)

      The type of challenge that your previous authentication request returned in the parameter ChallengeName, for example SMS_MFA.

      Parameters:
      challengeName - The type of challenge that your previous authentication request returned in the parameter ChallengeName, for example SMS_MFA.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • challengeResponse

      ChallengeResponseType.Builder challengeResponse(String challengeResponse)

      The set of key-value pairs that provides a response to the requested challenge.

      Parameters:
      challengeResponse - The set of key-value pairs that provides a response to the requested challenge.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • challengeResponse

      ChallengeResponseType.Builder challengeResponse(ChallengeResponse challengeResponse)

      The set of key-value pairs that provides a response to the requested challenge.

      Parameters:
      challengeResponse - The set of key-value pairs that provides a response to the requested challenge.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: