@Stability(value=Stable) public static final class CfnUserPool.CustomEmailSenderProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnUserPool.CustomEmailSenderProperty>
CfnUserPool.CustomEmailSenderProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnUserPool.CustomEmailSenderProperty |
build()
Builds the configured instance.
|
CfnUserPool.CustomEmailSenderProperty.Builder |
lambdaArn(String lambdaArn)
Sets the value of
CfnUserPool.CustomEmailSenderProperty.getLambdaArn() |
CfnUserPool.CustomEmailSenderProperty.Builder |
lambdaVersion(String lambdaVersion)
Sets the value of
CfnUserPool.CustomEmailSenderProperty.getLambdaVersion() |
@Stability(value=Stable) public CfnUserPool.CustomEmailSenderProperty.Builder lambdaArn(String lambdaArn)
CfnUserPool.CustomEmailSenderProperty.getLambdaArn()lambdaArn - The Amazon Resource Name (ARN) of the AWS Lambda function that Amazon Cognito triggers to send email notifications to users.this@Stability(value=Stable) public CfnUserPool.CustomEmailSenderProperty.Builder lambdaVersion(String lambdaVersion)
CfnUserPool.CustomEmailSenderProperty.getLambdaVersion()lambdaVersion - The Lambda version represents the signature of the "request" attribute in the "event" information that Amazon Cognito passes to your custom email sender AWS Lambda function.
The only supported value is V1_0 .this@Stability(value=Stable) public CfnUserPool.CustomEmailSenderProperty build()
build in interface software.amazon.jsii.Builder<CfnUserPool.CustomEmailSenderProperty>CfnUserPool.CustomEmailSenderPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.