public static interface EmailTemplateContent.Builder extends SdkPojo, CopyableBuilder<EmailTemplateContent.Builder,EmailTemplateContent>
Modifier and Type | Method and Description |
---|---|
EmailTemplateContent.Builder |
html(String html)
The HTML body of the email.
|
EmailTemplateContent.Builder |
subject(String subject)
The subject line of the email.
|
EmailTemplateContent.Builder |
text(String text)
The email body that will be visible to recipients whose email clients do not display HTML.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
EmailTemplateContent.Builder subject(String subject)
The subject line of the email.
subject
- The subject line of the email.EmailTemplateContent.Builder text(String text)
The email body that will be visible to recipients whose email clients do not display HTML.
text
- The email body that will be visible to recipients whose email clients do not display HTML.EmailTemplateContent.Builder html(String html)
The HTML body of the email.
html
- The HTML body of the email.Copyright © 2023. All rights reserved.