Uses of Class
software.amazon.awscdk.services.cognito.UserPoolTriggers.Builder
-
Uses of UserPoolTriggers.Builder in software.amazon.awscdk.services.cognito
Modifier and TypeMethodDescriptionstatic UserPoolTriggers.Builder
UserPoolTriggers.builder()
UserPoolTriggers.Builder.createAuthChallenge
(IFunction createAuthChallenge) Sets the value ofUserPoolTriggers.getCreateAuthChallenge()
UserPoolTriggers.Builder.customEmailSender
(IFunction customEmailSender) Sets the value ofUserPoolTriggers.getCustomEmailSender()
UserPoolTriggers.Builder.customMessage
(IFunction customMessage) Sets the value ofUserPoolTriggers.getCustomMessage()
UserPoolTriggers.Builder.customSmsSender
(IFunction customSmsSender) Sets the value ofUserPoolTriggers.getCustomSmsSender()
UserPoolTriggers.Builder.defineAuthChallenge
(IFunction defineAuthChallenge) Sets the value ofUserPoolTriggers.getDefineAuthChallenge()
UserPoolTriggers.Builder.postAuthentication
(IFunction postAuthentication) Sets the value ofUserPoolTriggers.getPostAuthentication()
UserPoolTriggers.Builder.postConfirmation
(IFunction postConfirmation) Sets the value ofUserPoolTriggers.getPostConfirmation()
UserPoolTriggers.Builder.preAuthentication
(IFunction preAuthentication) Sets the value ofUserPoolTriggers.getPreAuthentication()
Sets the value ofUserPoolTriggers.getPreSignUp()
UserPoolTriggers.Builder.preTokenGeneration
(IFunction preTokenGeneration) Sets the value ofUserPoolTriggers.getPreTokenGeneration()
UserPoolTriggers.Builder.userMigration
(IFunction userMigration) Sets the value ofUserPoolTriggers.getUserMigration()
UserPoolTriggers.Builder.verifyAuthChallengeResponse
(IFunction verifyAuthChallengeResponse) Sets the value ofUserPoolTriggers.getVerifyAuthChallengeResponse()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(UserPoolTriggers.Builder builder) Constructor that initializes the object based on literal property values passed by theUserPoolTriggers.Builder
.