Class CfnCustomVerificationEmailTemplatePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnCustomVerificationEmailTemplatePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCustomVerificationEmailTemplatePropsMixin>
- Enclosing class:
CfnCustomVerificationEmailTemplatePropsMixin
@Stability(Stable)
public static final class CfnCustomVerificationEmailTemplatePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCustomVerificationEmailTemplatePropsMixin>
A fluent builder for
CfnCustomVerificationEmailTemplatePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) failureRedirectionUrl(String failureRedirectionUrl) The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.fromEmailAddress(String fromEmailAddress) The email address that the custom verification email is sent from.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.templateContent(String templateContent) The content of the custom verification email.templateName(String templateName) The name of the custom verification email template.templateSubject(String templateSubject) The subject line of the custom verification email.
-
Method Details
-
create
@Stability(Stable) public static CfnCustomVerificationEmailTemplatePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnCustomVerificationEmailTemplatePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnCustomVerificationEmailTemplatePropsMixin.Builder.
-
failureRedirectionUrl
@Stability(Stable) public CfnCustomVerificationEmailTemplatePropsMixin.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.- Parameters:
failureRedirectionUrl- The URL that the recipient of the verification email is sent to if his or her address is not successfully verified. This parameter is required.- Returns:
this- See Also:
-
fromEmailAddress
@Stability(Stable) public CfnCustomVerificationEmailTemplatePropsMixin.Builder fromEmailAddress(String fromEmailAddress) The email address that the custom verification email is sent from.- Parameters:
fromEmailAddress- The email address that the custom verification email is sent from. This parameter is required.- Returns:
this- See Also:
-
successRedirectionUrl
@Stability(Stable) public CfnCustomVerificationEmailTemplatePropsMixin.Builder successRedirectionUrl(String successRedirectionUrl) The URL that the recipient of the verification email is sent to if his or her address is successfully verified.- Parameters:
successRedirectionUrl- The URL that the recipient of the verification email is sent to if his or her address is successfully verified. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnCustomVerificationEmailTemplatePropsMixin.Builder tags(List<? extends CfnTag> tags) The tags (keys and values) associated with the tenant.- Parameters:
tags- The tags (keys and values) associated with the tenant. This parameter is required.- Returns:
this- See Also:
-
templateContent
@Stability(Stable) public CfnCustomVerificationEmailTemplatePropsMixin.Builder templateContent(String templateContent) The content of the custom verification email.The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations.
- Parameters:
templateContent- The content of the custom verification email. This parameter is required.- Returns:
this- See Also:
-
templateName
@Stability(Stable) public CfnCustomVerificationEmailTemplatePropsMixin.Builder templateName(String templateName) The name of the custom verification email template.- Parameters:
templateName- The name of the custom verification email template. This parameter is required.- Returns:
this- See Also:
-
templateSubject
@Stability(Stable) public CfnCustomVerificationEmailTemplatePropsMixin.Builder templateSubject(String templateSubject) The subject line of the custom verification email.- Parameters:
templateSubject- The subject line of the custom verification email. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCustomVerificationEmailTemplatePropsMixin>- Returns:
- a newly built instance of
CfnCustomVerificationEmailTemplatePropsMixin.
-