Interface ChallengeResponseType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ChallengeResponseType.Builder,ChallengeResponseType>,SdkBuilder<ChallengeResponseType.Builder,ChallengeResponseType>,SdkPojo
- Enclosing class:
- ChallengeResponseType
public static interface ChallengeResponseType.Builder extends SdkPojo, CopyableBuilder<ChallengeResponseType.Builder,ChallengeResponseType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChallengeResponseType.BuilderchallengeName(String challengeName)The type of challenge that your previous authentication request returned in the parameterChallengeName, for exampleSMS_MFA.ChallengeResponseType.BuilderchallengeName(ChallengeName challengeName)The type of challenge that your previous authentication request returned in the parameterChallengeName, for exampleSMS_MFA.ChallengeResponseType.BuilderchallengeResponse(String challengeResponse)The set of key-value pairs that provides a response to the requested challenge.ChallengeResponseType.BuilderchallengeResponse(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
challengeName
ChallengeResponseType.Builder challengeName(String 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,ChallengeName
-
challengeName
ChallengeResponseType.Builder challengeName(ChallengeName 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,ChallengeName
-
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,ChallengeResponse
-
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:
ChallengeResponse,ChallengeResponse
-
-