CopyableBuilder<RespondToAuthChallengeResponse.Builder,RespondToAuthChallengeResponse>, SdkBuilder<RespondToAuthChallengeResponse.Builder,RespondToAuthChallengeResponse>public static interface RespondToAuthChallengeResponse.Builder extends CopyableBuilder<RespondToAuthChallengeResponse.Builder,RespondToAuthChallengeResponse>
| Modifier and Type | Method | Description |
|---|---|---|
RespondToAuthChallengeResponse.Builder |
authenticationResult(AuthenticationResultType authenticationResult) |
The result returned by the server in response to the request to respond to the authentication challenge.
|
RespondToAuthChallengeResponse.Builder |
challengeName(String challengeName) |
The challenge name.
|
RespondToAuthChallengeResponse.Builder |
challengeName(ChallengeNameType challengeName) |
The challenge name.
|
RespondToAuthChallengeResponse.Builder |
challengeParameters(Map<String,String> challengeParameters) |
The challenge parameters.
|
RespondToAuthChallengeResponse.Builder |
session(String session) |
The session which should be passed both ways in challenge-response calls to the service.
|
copyapply, buildRespondToAuthChallengeResponse.Builder challengeName(String challengeName)
The challenge name. For more information, see InitiateAuth.
challengeName - The challenge name. For more information, see InitiateAuth.ChallengeNameTypeRespondToAuthChallengeResponse.Builder challengeName(ChallengeNameType challengeName)
The challenge name. For more information, see InitiateAuth.
challengeName - The challenge name. For more information, see InitiateAuth.ChallengeNameTypeRespondToAuthChallengeResponse.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.RespondToAuthChallengeResponse.Builder challengeParameters(Map<String,String> challengeParameters)
The challenge parameters. For more information, see InitiateAuth.
challengeParameters - The challenge parameters. For more information, see InitiateAuth.RespondToAuthChallengeResponse.Builder authenticationResult(AuthenticationResultType authenticationResult)
The result returned by the server in response to the request to respond to the authentication challenge.
authenticationResult - The result returned by the server in response to the request to respond to the authentication
challenge.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.