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 Summary
Modifier and TypeMethodDescriptionchallengeName(String challengeName) The type of challenge that your previous authentication request returned in the parameterChallengeName, for exampleSMS_MFA.challengeName(ChallengeName challengeName) The type of challenge that your previous authentication request returned in the parameterChallengeName, for exampleSMS_MFA.challengeResponse(String challengeResponse) The set of key-value pairs that provides a response to the requested challenge.challengeResponse(ChallengeResponse challengeResponse) The set of key-value pairs that provides a response to the requested challenge.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
challengeName
The type of challenge that your previous authentication request returned in the parameter
ChallengeName, for exampleSMS_MFA.- Parameters:
challengeName- The type of challenge that your previous authentication request returned in the parameterChallengeName, for exampleSMS_MFA.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
challengeName
The type of challenge that your previous authentication request returned in the parameter
ChallengeName, for exampleSMS_MFA.- Parameters:
challengeName- The type of challenge that your previous authentication request returned in the parameterChallengeName, for exampleSMS_MFA.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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:
-