Class CfnEmailTemplatePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pinpoint.CfnEmailTemplatePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEmailTemplatePropsMixin>
- Enclosing class:
CfnEmailTemplatePropsMixin
@Stability(Stable)
public static final class CfnEmailTemplatePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEmailTemplatePropsMixin>
A fluent builder for
CfnEmailTemplatePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) defaultSubstitutions(String defaultSubstitutions) A JSON object that specifies the default values to use for message variables in the message template.The message body, in HTML format, to use in email messages that are based on the message template.The subject line, or title, to use in email messages that are based on the message template.An array of key-value pairs to apply to this resource.templateDescription(String templateDescription) A custom description of the message template.templateName(String templateName) The name of the message template.The message body, in plain text format, to use in email messages that are based on the message template.
-
Method Details
-
create
@Stability(Stable) public static CfnEmailTemplatePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnEmailTemplatePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnEmailTemplatePropsMixin.Builder.
-
defaultSubstitutions
@Stability(Stable) public CfnEmailTemplatePropsMixin.Builder defaultSubstitutions(String defaultSubstitutions) A JSON object that specifies the default values to use for message variables in the message template.This object is a set of key-value pairs. Each key defines a message variable in the template. The corresponding value defines the default value for that variable. When you create a message that's based on the template, you can override these defaults with message-specific and address-specific variables and values.
- Parameters:
defaultSubstitutions- A JSON object that specifies the default values to use for message variables in the message template. This parameter is required.- Returns:
this- See Also:
-
htmlPart
The message body, in HTML format, to use in email messages that are based on the message template.We recommend using HTML format for email clients that render HTML content. You can include links, formatted text, and more in an HTML message.
- Parameters:
htmlPart- The message body, in HTML format, to use in email messages that are based on the message template. This parameter is required.- Returns:
this- See Also:
-
subject
The subject line, or title, to use in email messages that are based on the message template.- Parameters:
subject- The subject line, or title, to use in email messages that are based on the message template. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
templateDescription
@Stability(Stable) public CfnEmailTemplatePropsMixin.Builder templateDescription(String templateDescription) A custom description of the message template.- Parameters:
templateDescription- A custom description of the message template. This parameter is required.- Returns:
this- See Also:
-
templateName
The name of the message template.- Parameters:
templateName- The name of the message template. This parameter is required.- Returns:
this- See Also:
-
textPart
The message body, in plain text format, to use in email messages that are based on the message template.We recommend using plain text format for email clients that don't render HTML content and clients that are connected to high-latency networks, such as mobile devices.
- Parameters:
textPart- The message body, in plain text format, to use in email messages that are based on the message template. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEmailTemplatePropsMixin>- Returns:
- a newly built instance of
CfnEmailTemplatePropsMixin.
-