@Stability(value=Stable) public static final class CfnTemplate.TemplateProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTemplate.TemplateProperty>
CfnTemplate.TemplateProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTemplate.TemplateProperty |
build()
Builds the configured instance.
|
CfnTemplate.TemplateProperty.Builder |
htmlPart(String htmlPart)
Sets the value of
CfnTemplate.TemplateProperty.getHtmlPart() |
CfnTemplate.TemplateProperty.Builder |
subjectPart(String subjectPart)
Sets the value of
CfnTemplate.TemplateProperty.getSubjectPart() |
CfnTemplate.TemplateProperty.Builder |
templateName(String templateName)
Sets the value of
CfnTemplate.TemplateProperty.getTemplateName() |
CfnTemplate.TemplateProperty.Builder |
textPart(String textPart)
Sets the value of
CfnTemplate.TemplateProperty.getTextPart() |
@Stability(value=Stable) public CfnTemplate.TemplateProperty.Builder subjectPart(String subjectPart)
CfnTemplate.TemplateProperty.getSubjectPart()subjectPart - The subject line of the email. This parameter is required.this@Stability(value=Stable) public CfnTemplate.TemplateProperty.Builder htmlPart(String htmlPart)
CfnTemplate.TemplateProperty.getHtmlPart()htmlPart - The HTML body of the email.this@Stability(value=Stable) public CfnTemplate.TemplateProperty.Builder templateName(String templateName)
CfnTemplate.TemplateProperty.getTemplateName()templateName - The name of the template.this@Stability(value=Stable) public CfnTemplate.TemplateProperty.Builder textPart(String textPart)
CfnTemplate.TemplateProperty.getTextPart()textPart - The email body that is visible to recipients whose email clients do not display HTML content.this@Stability(value=Stable) public CfnTemplate.TemplateProperty build()
build in interface software.amazon.jsii.Builder<CfnTemplate.TemplateProperty>CfnTemplate.TemplatePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.