Uses of Class
software.amazon.awscdk.services.ses.CfnCustomVerificationEmailTemplate.Builder
Packages that use CfnCustomVerificationEmailTemplate.Builder
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of CfnCustomVerificationEmailTemplate.Builder in software.amazon.awscdk.services.ses
Methods in software.amazon.awscdk.services.ses that return CfnCustomVerificationEmailTemplate.BuilderModifier and TypeMethodDescriptionCfnCustomVerificationEmailTemplate.Builder.failureRedirectionUrl(String failureRedirectionUrl) The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.CfnCustomVerificationEmailTemplate.Builder.fromEmailAddress(String fromEmailAddress) The email address that the custom verification email is sent from.CfnCustomVerificationEmailTemplate.Builder.successRedirectionUrl(String successRedirectionUrl) The URL that the recipient of the verification email is sent to if his or her address is successfully verified.The tags (keys and values) associated with the tenant.CfnCustomVerificationEmailTemplate.Builder.templateContent(String templateContent) The content of the custom verification email.CfnCustomVerificationEmailTemplate.Builder.templateName(String templateName) The name of the custom verification email template.CfnCustomVerificationEmailTemplate.Builder.templateSubject(String templateSubject) The subject line of the custom verification email.