public static interface CustomEmailLambdaVersionConfigType.Builder extends SdkPojo, CopyableBuilder<CustomEmailLambdaVersionConfigType.Builder,CustomEmailLambdaVersionConfigType>
| Modifier and Type | Method and Description |
|---|---|
CustomEmailLambdaVersionConfigType.Builder |
lambdaArn(String lambdaArn)
The Amazon Resource Name (ARN) of the Lambda function that Amazon Cognito activates to send email
notifications to users.
|
CustomEmailLambdaVersionConfigType.Builder |
lambdaVersion(CustomEmailSenderLambdaVersionType lambdaVersion)
Signature of the "request" attribute in the "event" information Amazon Cognito passes to your custom email
Lambda function.
|
CustomEmailLambdaVersionConfigType.Builder |
lambdaVersion(String lambdaVersion)
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)
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 - 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)
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 - 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 Amazon Resource Name (ARN) of the Lambda function that Amazon Cognito activates to send email notifications to users.
lambdaArn - The Amazon Resource Name (ARN) of the Lambda function that Amazon Cognito activates to send email
notifications to users.Copyright © 2023. All rights reserved.