public static interface CustomEmailLambdaVersionConfigType.Builder extends SdkPojo, CopyableBuilder<CustomEmailLambdaVersionConfigType.Builder,CustomEmailLambdaVersionConfigType>
| Modifier and Type | Method and Description |
|---|---|
CustomEmailLambdaVersionConfigType.Builder |
lambdaArn(String lambdaArn)
The Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send email
notifications to users.
|
CustomEmailLambdaVersionConfigType.Builder |
lambdaVersion(CustomEmailSenderLambdaVersionType lambdaVersion)
The Lambda version represents the signature of the "request" attribute in the "event" information Amazon
Cognito passes to your custom email Lambda function.
|
CustomEmailLambdaVersionConfigType.Builder |
lambdaVersion(String lambdaVersion)
The Lambda version represents the signature of the "request" attribute in the "event" information Amazon
Cognito passes to your custom email Lambda function.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomEmailLambdaVersionConfigType.Builder lambdaVersion(String lambdaVersion)
The Lambda version represents the signature of the "request" attribute in the "event" information Amazon
Cognito passes to your custom email Lambda function. The only supported value is V1_0.
lambdaVersion - The Lambda version represents the signature of the "request" attribute in the "event" information
Amazon Cognito passes to your custom email Lambda function. The only supported value is
V1_0.CustomEmailSenderLambdaVersionType,
CustomEmailSenderLambdaVersionTypeCustomEmailLambdaVersionConfigType.Builder lambdaVersion(CustomEmailSenderLambdaVersionType lambdaVersion)
The Lambda version represents the signature of the "request" attribute in the "event" information Amazon
Cognito passes to your custom email Lambda function. The only supported value is V1_0.
lambdaVersion - The Lambda version represents the signature of the "request" attribute in the "event" information
Amazon Cognito passes to your custom email Lambda function. The only supported value is
V1_0.CustomEmailSenderLambdaVersionType,
CustomEmailSenderLambdaVersionTypeCustomEmailLambdaVersionConfigType.Builder lambdaArn(String lambdaArn)
The Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send email notifications to users.
lambdaArn - The Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send email
notifications to users.Copyright © 2021. All rights reserved.