public class LambdaConfigType extends Object implements Serializable, Cloneable
Specifies the type of configuration for AWS Lambda triggers.
Constructor and Description |
---|
LambdaConfigType() |
Modifier and Type | Method and Description |
---|---|
LambdaConfigType |
clone() |
boolean |
equals(Object obj) |
String |
getCustomMessage()
A custom Message AWS Lambda trigger.
|
String |
getPostAuthentication()
A post-authentication AWS Lambda trigger.
|
String |
getPostConfirmation()
A post-confirmation AWS Lambda trigger.
|
String |
getPreAuthentication()
A pre-authentication AWS Lambda trigger.
|
String |
getPreSignUp()
A pre-registration AWS Lambda trigger.
|
int |
hashCode() |
void |
setCustomMessage(String customMessage)
A custom Message AWS Lambda trigger.
|
void |
setPostAuthentication(String postAuthentication)
A post-authentication AWS Lambda trigger.
|
void |
setPostConfirmation(String postConfirmation)
A post-confirmation AWS Lambda trigger.
|
void |
setPreAuthentication(String preAuthentication)
A pre-authentication AWS Lambda trigger.
|
void |
setPreSignUp(String preSignUp)
A pre-registration AWS Lambda trigger.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
LambdaConfigType |
withCustomMessage(String customMessage)
A custom Message AWS Lambda trigger.
|
LambdaConfigType |
withPostAuthentication(String postAuthentication)
A post-authentication AWS Lambda trigger.
|
LambdaConfigType |
withPostConfirmation(String postConfirmation)
A post-confirmation AWS Lambda trigger.
|
LambdaConfigType |
withPreAuthentication(String preAuthentication)
A pre-authentication AWS Lambda trigger.
|
LambdaConfigType |
withPreSignUp(String preSignUp)
A pre-registration AWS Lambda trigger.
|
public void setPreSignUp(String preSignUp)
A pre-registration AWS Lambda trigger.
preSignUp
- A pre-registration AWS Lambda trigger.public String getPreSignUp()
A pre-registration AWS Lambda trigger.
public LambdaConfigType withPreSignUp(String preSignUp)
A pre-registration AWS Lambda trigger.
preSignUp
- A pre-registration AWS Lambda trigger.public void setCustomMessage(String customMessage)
A custom Message AWS Lambda trigger.
customMessage
- A custom Message AWS Lambda trigger.public String getCustomMessage()
A custom Message AWS Lambda trigger.
public LambdaConfigType withCustomMessage(String customMessage)
A custom Message AWS Lambda trigger.
customMessage
- A custom Message AWS Lambda trigger.public void setPostConfirmation(String postConfirmation)
A post-confirmation AWS Lambda trigger.
postConfirmation
- A post-confirmation AWS Lambda trigger.public String getPostConfirmation()
A post-confirmation AWS Lambda trigger.
public LambdaConfigType withPostConfirmation(String postConfirmation)
A post-confirmation AWS Lambda trigger.
postConfirmation
- A post-confirmation AWS Lambda trigger.public void setPreAuthentication(String preAuthentication)
A pre-authentication AWS Lambda trigger.
preAuthentication
- A pre-authentication AWS Lambda trigger.public String getPreAuthentication()
A pre-authentication AWS Lambda trigger.
public LambdaConfigType withPreAuthentication(String preAuthentication)
A pre-authentication AWS Lambda trigger.
preAuthentication
- A pre-authentication AWS Lambda trigger.public void setPostAuthentication(String postAuthentication)
A post-authentication AWS Lambda trigger.
postAuthentication
- A post-authentication AWS Lambda trigger.public String getPostAuthentication()
A post-authentication AWS Lambda trigger.
public LambdaConfigType withPostAuthentication(String postAuthentication)
A post-authentication AWS Lambda trigger.
postAuthentication
- A post-authentication AWS Lambda trigger.public String toString()
toString
in class Object
Object.toString()
public LambdaConfigType clone()
Copyright © 2018. All rights reserved.