@Stability(value=Stable) public static final class CfnEmailTemplateProps.Builder extends Object implements software.amazon.jsii.Builder<CfnEmailTemplateProps>
CfnEmailTemplateProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEmailTemplateProps |
build()
Builds the configured instance.
|
CfnEmailTemplateProps.Builder |
defaultSubstitutions(String defaultSubstitutions)
Sets the value of
CfnEmailTemplateProps.getDefaultSubstitutions() |
CfnEmailTemplateProps.Builder |
htmlPart(String htmlPart)
Sets the value of
CfnEmailTemplateProps.getHtmlPart() |
CfnEmailTemplateProps.Builder |
subject(String subject)
Sets the value of
CfnEmailTemplateProps.getSubject() |
CfnEmailTemplateProps.Builder |
tags(Object tags)
Sets the value of
CfnEmailTemplateProps.getTags() |
CfnEmailTemplateProps.Builder |
templateDescription(String templateDescription)
Sets the value of
CfnEmailTemplateProps.getTemplateDescription() |
CfnEmailTemplateProps.Builder |
templateName(String templateName)
Sets the value of
CfnEmailTemplateProps.getTemplateName() |
CfnEmailTemplateProps.Builder |
textPart(String textPart)
Sets the value of
CfnEmailTemplateProps.getTextPart() |
@Stability(value=Stable) public CfnEmailTemplateProps.Builder subject(String subject)
CfnEmailTemplateProps.getSubject()subject - `AWS::Pinpoint::EmailTemplate.Subject`. This parameter is required.this@Stability(value=Stable) public CfnEmailTemplateProps.Builder templateName(String templateName)
CfnEmailTemplateProps.getTemplateName()templateName - `AWS::Pinpoint::EmailTemplate.TemplateName`. This parameter is required.this@Stability(value=Stable) public CfnEmailTemplateProps.Builder defaultSubstitutions(String defaultSubstitutions)
CfnEmailTemplateProps.getDefaultSubstitutions()defaultSubstitutions - `AWS::Pinpoint::EmailTemplate.DefaultSubstitutions`.this@Stability(value=Stable) public CfnEmailTemplateProps.Builder htmlPart(String htmlPart)
CfnEmailTemplateProps.getHtmlPart()htmlPart - `AWS::Pinpoint::EmailTemplate.HtmlPart`.this@Stability(value=Stable) public CfnEmailTemplateProps.Builder tags(Object tags)
CfnEmailTemplateProps.getTags()tags - `AWS::Pinpoint::EmailTemplate.Tags`.this@Stability(value=Stable) public CfnEmailTemplateProps.Builder templateDescription(String templateDescription)
CfnEmailTemplateProps.getTemplateDescription()templateDescription - `AWS::Pinpoint::EmailTemplate.TemplateDescription`.this@Stability(value=Stable) public CfnEmailTemplateProps.Builder textPart(String textPart)
CfnEmailTemplateProps.getTextPart()textPart - `AWS::Pinpoint::EmailTemplate.TextPart`.this@Stability(value=Stable) public CfnEmailTemplateProps build()
build in interface software.amazon.jsii.Builder<CfnEmailTemplateProps>CfnEmailTemplatePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.