Class CustomEmailLambdaVersionConfigType
- java.lang.Object
-
- software.amazon.awssdk.services.cognitoidentityprovider.model.CustomEmailLambdaVersionConfigType
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CustomEmailLambdaVersionConfigType.Builder,CustomEmailLambdaVersionConfigType>
@Generated("software.amazon.awssdk:codegen") public final class CustomEmailLambdaVersionConfigType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomEmailLambdaVersionConfigType.Builder,CustomEmailLambdaVersionConfigType>
The properties of a custom email sender Lambda trigger.
This data type is a request and response parameter of CreateUserPool and UpdateUserPool, and a response parameter of DescribeUserPool.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCustomEmailLambdaVersionConfigType.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomEmailLambdaVersionConfigType.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlambdaArn()The Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.CustomEmailSenderLambdaVersionTypelambdaVersion()The user pool trigger version of the request that Amazon Cognito sends to your Lambda function.StringlambdaVersionAsString()The user pool trigger version of the request that Amazon Cognito sends to your Lambda function.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CustomEmailLambdaVersionConfigType.Builder>serializableBuilderClass()CustomEmailLambdaVersionConfigType.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
lambdaVersion
public final CustomEmailSenderLambdaVersionType lambdaVersion()
The user pool trigger version of the request that Amazon Cognito sends to your Lambda function. Higher-numbered versions add fields that support new features.
You must use a
LambdaVersionofV1_0with a custom sender function.If the service returns an enum value that is not available in the current SDK version,
lambdaVersionwill returnCustomEmailSenderLambdaVersionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlambdaVersionAsString().- Returns:
- The user pool trigger version of the request that Amazon Cognito sends to your Lambda function.
Higher-numbered versions add fields that support new features.
You must use a
LambdaVersionofV1_0with a custom sender function. - See Also:
CustomEmailSenderLambdaVersionType
-
lambdaVersionAsString
public final String lambdaVersionAsString()
The user pool trigger version of the request that Amazon Cognito sends to your Lambda function. Higher-numbered versions add fields that support new features.
You must use a
LambdaVersionofV1_0with a custom sender function.If the service returns an enum value that is not available in the current SDK version,
lambdaVersionwill returnCustomEmailSenderLambdaVersionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlambdaVersionAsString().- Returns:
- The user pool trigger version of the request that Amazon Cognito sends to your Lambda function.
Higher-numbered versions add fields that support new features.
You must use a
LambdaVersionofV1_0with a custom sender function. - See Also:
CustomEmailSenderLambdaVersionType
-
lambdaArn
public final String lambdaArn()
The Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.
- Returns:
- The Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.
-
toBuilder
public CustomEmailLambdaVersionConfigType.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CustomEmailLambdaVersionConfigType.Builder,CustomEmailLambdaVersionConfigType>
-
builder
public static CustomEmailLambdaVersionConfigType.Builder builder()
-
serializableBuilderClass
public static Class<? extends CustomEmailLambdaVersionConfigType.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-