public class LambdaConfigType extends Object implements Serializable
Specifies the configuration for AWS Lambda triggers.
| Constructor and Description |
|---|
LambdaConfigType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCreateAuthChallenge()
Creates an authentication challenge.
|
String |
getCustomMessage()
A custom Message AWS Lambda trigger.
|
String |
getDefineAuthChallenge()
Defines the authentication challenge.
|
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.
|
String |
getPreTokenGeneration()
A Lambda trigger that is invoked before token generation.
|
String |
getUserMigration()
The user migration Lambda config type.
|
String |
getVerifyAuthChallengeResponse()
Verifies the authentication challenge response.
|
int |
hashCode() |
void |
setCreateAuthChallenge(String createAuthChallenge)
Creates an authentication challenge.
|
void |
setCustomMessage(String customMessage)
A custom Message AWS Lambda trigger.
|
void |
setDefineAuthChallenge(String defineAuthChallenge)
Defines the authentication challenge.
|
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.
|
void |
setPreTokenGeneration(String preTokenGeneration)
A Lambda trigger that is invoked before token generation.
|
void |
setUserMigration(String userMigration)
The user migration Lambda config type.
|
void |
setVerifyAuthChallengeResponse(String verifyAuthChallengeResponse)
Verifies the authentication challenge response.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
LambdaConfigType |
withCreateAuthChallenge(String createAuthChallenge)
Creates an authentication challenge.
|
LambdaConfigType |
withCustomMessage(String customMessage)
A custom Message AWS Lambda trigger.
|
LambdaConfigType |
withDefineAuthChallenge(String defineAuthChallenge)
Defines the authentication challenge.
|
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.
|
LambdaConfigType |
withPreTokenGeneration(String preTokenGeneration)
A Lambda trigger that is invoked before token generation.
|
LambdaConfigType |
withUserMigration(String userMigration)
The user migration Lambda config type.
|
LambdaConfigType |
withVerifyAuthChallengeResponse(String verifyAuthChallengeResponse)
Verifies the authentication challenge response.
|
public String getPreSignUp()
A pre-registration AWS Lambda trigger.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
A pre-registration AWS Lambda trigger.
public void setPreSignUp(String preSignUp)
A pre-registration AWS Lambda trigger.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
preSignUp - A pre-registration AWS Lambda trigger.
public LambdaConfigType withPreSignUp(String preSignUp)
A pre-registration AWS Lambda trigger.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
preSignUp - A pre-registration AWS Lambda trigger.
public String getCustomMessage()
A custom Message AWS Lambda trigger.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
A custom Message AWS Lambda trigger.
public void setCustomMessage(String customMessage)
A custom Message AWS Lambda trigger.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
customMessage - A custom Message AWS Lambda trigger.
public LambdaConfigType withCustomMessage(String customMessage)
A custom Message AWS Lambda trigger.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
customMessage - A custom Message AWS Lambda trigger.
public String getPostConfirmation()
A post-confirmation AWS Lambda trigger.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
A post-confirmation AWS Lambda trigger.
public void setPostConfirmation(String postConfirmation)
A post-confirmation AWS Lambda trigger.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
postConfirmation - A post-confirmation AWS Lambda trigger.
public LambdaConfigType withPostConfirmation(String postConfirmation)
A post-confirmation AWS Lambda trigger.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
postConfirmation - A post-confirmation AWS Lambda trigger.
public String getPreAuthentication()
A pre-authentication AWS Lambda trigger.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
A pre-authentication AWS Lambda trigger.
public void setPreAuthentication(String preAuthentication)
A pre-authentication AWS Lambda trigger.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
preAuthentication - A pre-authentication AWS Lambda trigger.
public LambdaConfigType withPreAuthentication(String preAuthentication)
A pre-authentication AWS Lambda trigger.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
preAuthentication - A pre-authentication AWS Lambda trigger.
public String getPostAuthentication()
A post-authentication AWS Lambda trigger.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
A post-authentication AWS Lambda trigger.
public void setPostAuthentication(String postAuthentication)
A post-authentication AWS Lambda trigger.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
postAuthentication - A post-authentication AWS Lambda trigger.
public LambdaConfigType withPostAuthentication(String postAuthentication)
A post-authentication AWS Lambda trigger.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
postAuthentication - A post-authentication AWS Lambda trigger.
public String getDefineAuthChallenge()
Defines the authentication challenge.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
Defines the authentication challenge.
public void setDefineAuthChallenge(String defineAuthChallenge)
Defines the authentication challenge.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
defineAuthChallenge - Defines the authentication challenge.
public LambdaConfigType withDefineAuthChallenge(String defineAuthChallenge)
Defines the authentication challenge.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
defineAuthChallenge - Defines the authentication challenge.
public String getCreateAuthChallenge()
Creates an authentication challenge.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
Creates an authentication challenge.
public void setCreateAuthChallenge(String createAuthChallenge)
Creates an authentication challenge.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
createAuthChallenge - Creates an authentication challenge.
public LambdaConfigType withCreateAuthChallenge(String createAuthChallenge)
Creates an authentication challenge.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
createAuthChallenge - Creates an authentication challenge.
public String getVerifyAuthChallengeResponse()
Verifies the authentication challenge response.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
Verifies the authentication challenge response.
public void setVerifyAuthChallengeResponse(String verifyAuthChallengeResponse)
Verifies the authentication challenge response.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
verifyAuthChallengeResponse - Verifies the authentication challenge response.
public LambdaConfigType withVerifyAuthChallengeResponse(String verifyAuthChallengeResponse)
Verifies the authentication challenge response.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
verifyAuthChallengeResponse - Verifies the authentication challenge response.
public String getPreTokenGeneration()
A Lambda trigger that is invoked before token generation.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
A Lambda trigger that is invoked before token generation.
public void setPreTokenGeneration(String preTokenGeneration)
A Lambda trigger that is invoked before token generation.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
preTokenGeneration - A Lambda trigger that is invoked before token generation.
public LambdaConfigType withPreTokenGeneration(String preTokenGeneration)
A Lambda trigger that is invoked before token generation.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
preTokenGeneration - A Lambda trigger that is invoked before token generation.
public String getUserMigration()
The user migration Lambda config type.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
The user migration Lambda config type.
public void setUserMigration(String userMigration)
The user migration Lambda config type.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
userMigration - The user migration Lambda config type.
public LambdaConfigType withUserMigration(String userMigration)
The user migration Lambda config type.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
userMigration - The user migration Lambda config type.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.