@Generated(value="software.amazon.awssdk:codegen") public final class LambdaConfigType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LambdaConfigType.Builder,LambdaConfigType>
Specifies the configuration for AWS Lambda triggers.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LambdaConfigType.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LambdaConfigType.Builder |
builder() |
String |
createAuthChallenge()
Creates an authentication challenge.
|
String |
customMessage()
A custom Message AWS Lambda trigger.
|
String |
defineAuthChallenge()
Defines the authentication challenge.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
postAuthentication()
A post-authentication AWS Lambda trigger.
|
String |
postConfirmation()
A post-confirmation AWS Lambda trigger.
|
String |
preAuthentication()
A pre-authentication AWS Lambda trigger.
|
String |
preSignUp()
A pre-registration AWS Lambda trigger.
|
String |
preTokenGeneration()
A Lambda trigger that is invoked before token generation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LambdaConfigType.Builder> |
serializableBuilderClass() |
LambdaConfigType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userMigration()
The user migration Lambda config type.
|
String |
verifyAuthChallengeResponse()
Verifies the authentication challenge response.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String preSignUp()
A pre-registration AWS Lambda trigger.
public String customMessage()
A custom Message AWS Lambda trigger.
public String postConfirmation()
A post-confirmation AWS Lambda trigger.
public String preAuthentication()
A pre-authentication AWS Lambda trigger.
public String postAuthentication()
A post-authentication AWS Lambda trigger.
public String defineAuthChallenge()
Defines the authentication challenge.
public String createAuthChallenge()
Creates an authentication challenge.
public String verifyAuthChallengeResponse()
Verifies the authentication challenge response.
public String preTokenGeneration()
A Lambda trigger that is invoked before token generation.
public String userMigration()
The user migration Lambda config type.
public LambdaConfigType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LambdaConfigType.Builder,LambdaConfigType>public static LambdaConfigType.Builder builder()
public static Class<? extends LambdaConfigType.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.