CopyableBuilder<LambdaConfigType.Builder,LambdaConfigType>
, SdkBuilder<LambdaConfigType.Builder,LambdaConfigType>
public static interface LambdaConfigType.Builder extends CopyableBuilder<LambdaConfigType.Builder,LambdaConfigType>
Modifier and Type | Method | Description |
---|---|---|
LambdaConfigType.Builder |
createAuthChallenge(String createAuthChallenge) |
Creates an authentication challenge.
|
LambdaConfigType.Builder |
customMessage(String customMessage) |
A custom Message AWS Lambda trigger.
|
LambdaConfigType.Builder |
defineAuthChallenge(String defineAuthChallenge) |
Defines the authentication challenge.
|
LambdaConfigType.Builder |
postAuthentication(String postAuthentication) |
A post-authentication AWS Lambda trigger.
|
LambdaConfigType.Builder |
postConfirmation(String postConfirmation) |
A post-confirmation AWS Lambda trigger.
|
LambdaConfigType.Builder |
preAuthentication(String preAuthentication) |
A pre-authentication AWS Lambda trigger.
|
LambdaConfigType.Builder |
preSignUp(String preSignUp) |
A pre-registration AWS Lambda trigger.
|
LambdaConfigType.Builder |
verifyAuthChallengeResponse(String verifyAuthChallengeResponse) |
Verifies the authentication challenge response.
|
copy
apply, build
LambdaConfigType.Builder preSignUp(String preSignUp)
A pre-registration AWS Lambda trigger.
preSignUp
- A pre-registration AWS Lambda trigger.LambdaConfigType.Builder customMessage(String customMessage)
A custom Message AWS Lambda trigger.
customMessage
- A custom Message AWS Lambda trigger.LambdaConfigType.Builder postConfirmation(String postConfirmation)
A post-confirmation AWS Lambda trigger.
postConfirmation
- A post-confirmation AWS Lambda trigger.LambdaConfigType.Builder preAuthentication(String preAuthentication)
A pre-authentication AWS Lambda trigger.
preAuthentication
- A pre-authentication AWS Lambda trigger.LambdaConfigType.Builder postAuthentication(String postAuthentication)
A post-authentication AWS Lambda trigger.
postAuthentication
- A post-authentication AWS Lambda trigger.LambdaConfigType.Builder defineAuthChallenge(String defineAuthChallenge)
Defines the authentication challenge.
defineAuthChallenge
- Defines the authentication challenge.LambdaConfigType.Builder createAuthChallenge(String createAuthChallenge)
Creates an authentication challenge.
createAuthChallenge
- Creates an authentication challenge.LambdaConfigType.Builder verifyAuthChallengeResponse(String verifyAuthChallengeResponse)
Verifies the authentication challenge response.
verifyAuthChallengeResponse
- Verifies the authentication challenge response.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.