CopyableBuilder<AdminRespondToAuthChallengeResponse.Builder,AdminRespondToAuthChallengeResponse>, SdkBuilder<AdminRespondToAuthChallengeResponse.Builder,AdminRespondToAuthChallengeResponse>public static interface AdminRespondToAuthChallengeResponse.Builder extends CopyableBuilder<AdminRespondToAuthChallengeResponse.Builder,AdminRespondToAuthChallengeResponse>
| Modifier and Type | Method | Description |
|---|---|---|
AdminRespondToAuthChallengeResponse.Builder |
authenticationResult(AuthenticationResultType authenticationResult) |
The result returned by the server in response to the authentication request.
|
AdminRespondToAuthChallengeResponse.Builder |
challengeName(String challengeName) |
The name of the challenge.
|
AdminRespondToAuthChallengeResponse.Builder |
challengeName(ChallengeNameType challengeName) |
The name of the challenge.
|
AdminRespondToAuthChallengeResponse.Builder |
challengeParameters(Map<String,String> challengeParameters) |
The challenge parameters.
|
AdminRespondToAuthChallengeResponse.Builder |
session(String session) |
The session which should be passed both ways in challenge-response calls to the service.
|
copyapply, buildAdminRespondToAuthChallengeResponse.Builder challengeName(String challengeName)
The name of the challenge. For more information, see AdminInitiateAuth.
challengeName - The name of the challenge. For more information, see AdminInitiateAuth.ChallengeNameTypeAdminRespondToAuthChallengeResponse.Builder challengeName(ChallengeNameType challengeName)
The name of the challenge. For more information, see AdminInitiateAuth.
challengeName - The name of the challenge. For more information, see AdminInitiateAuth.ChallengeNameTypeAdminRespondToAuthChallengeResponse.Builder session(String session)
The session which should be passed both ways in challenge-response calls to the service. If the InitiateAuth or RespondToAuthChallenge API call determines that the caller needs
to go through another challenge, they return a session with other challenge parameters. This session should
be passed as it is to the next RespondToAuthChallenge API call.
session - The session which should be passed both ways in challenge-response calls to the service. If the InitiateAuth or RespondToAuthChallenge API call determines that the caller
needs to go through another challenge, they return a session with other challenge parameters. This
session should be passed as it is to the next RespondToAuthChallenge API call.AdminRespondToAuthChallengeResponse.Builder challengeParameters(Map<String,String> challengeParameters)
The challenge parameters. For more information, see AdminInitiateAuth.
challengeParameters - The challenge parameters. For more information, see AdminInitiateAuth.AdminRespondToAuthChallengeResponse.Builder authenticationResult(AuthenticationResultType authenticationResult)
The result returned by the server in response to the authentication request.
authenticationResult - The result returned by the server in response to the authentication request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.