Class LambdaConfigType
java.lang.Object
com.amazonaws.services.cognitoidp.model.LambdaConfigType
- All Implemented Interfaces:
Serializable,Cloneable
Specifies the type of configuration for AWS Lambda triggers.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA custom Message AWS Lambda trigger.A post-authentication AWS Lambda trigger.A post-confirmation AWS Lambda trigger.A pre-authentication AWS Lambda trigger.A pre-registration AWS Lambda trigger.inthashCode()voidsetCustomMessage(String customMessage) A custom Message AWS Lambda trigger.voidsetPostAuthentication(String postAuthentication) A post-authentication AWS Lambda trigger.voidsetPostConfirmation(String postConfirmation) A post-confirmation AWS Lambda trigger.voidsetPreAuthentication(String preAuthentication) A pre-authentication AWS Lambda trigger.voidsetPreSignUp(String preSignUp) A pre-registration AWS Lambda trigger.toString()Returns a string representation of this object; useful for testing and debugging.withCustomMessage(String customMessage) A custom Message AWS Lambda trigger.withPostAuthentication(String postAuthentication) A post-authentication AWS Lambda trigger.withPostConfirmation(String postConfirmation) A post-confirmation AWS Lambda trigger.withPreAuthentication(String preAuthentication) A pre-authentication AWS Lambda trigger.withPreSignUp(String preSignUp) A pre-registration AWS Lambda trigger.
-
Constructor Details
-
LambdaConfigType
public LambdaConfigType()
-
-
Method Details
-
setPreSignUp
A pre-registration AWS Lambda trigger.
- Parameters:
preSignUp- A pre-registration AWS Lambda trigger.
-
getPreSignUp
A pre-registration AWS Lambda trigger.
- Returns:
- A pre-registration AWS Lambda trigger.
-
withPreSignUp
A pre-registration AWS Lambda trigger.
- Parameters:
preSignUp- A pre-registration AWS Lambda trigger.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCustomMessage
A custom Message AWS Lambda trigger.
- Parameters:
customMessage- A custom Message AWS Lambda trigger.
-
getCustomMessage
A custom Message AWS Lambda trigger.
- Returns:
- A custom Message AWS Lambda trigger.
-
withCustomMessage
A custom Message AWS Lambda trigger.
- Parameters:
customMessage- A custom Message AWS Lambda trigger.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPostConfirmation
A post-confirmation AWS Lambda trigger.
- Parameters:
postConfirmation- A post-confirmation AWS Lambda trigger.
-
getPostConfirmation
A post-confirmation AWS Lambda trigger.
- Returns:
- A post-confirmation AWS Lambda trigger.
-
withPostConfirmation
A post-confirmation AWS Lambda trigger.
- Parameters:
postConfirmation- A post-confirmation AWS Lambda trigger.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPreAuthentication
A pre-authentication AWS Lambda trigger.
- Parameters:
preAuthentication- A pre-authentication AWS Lambda trigger.
-
getPreAuthentication
A pre-authentication AWS Lambda trigger.
- Returns:
- A pre-authentication AWS Lambda trigger.
-
withPreAuthentication
A pre-authentication AWS Lambda trigger.
- Parameters:
preAuthentication- A pre-authentication AWS Lambda trigger.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPostAuthentication
A post-authentication AWS Lambda trigger.
- Parameters:
postAuthentication- A post-authentication AWS Lambda trigger.
-
getPostAuthentication
A post-authentication AWS Lambda trigger.
- Returns:
- A post-authentication AWS Lambda trigger.
-
withPostAuthentication
A post-authentication AWS Lambda trigger.
- Parameters:
postAuthentication- A post-authentication AWS Lambda trigger.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-