| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
static EmailTemplateContent.Builder |
EmailTemplateContent.builder() |
EmailTemplateContent.Builder |
EmailTemplateContent.Builder.html(String html)
The HTML body of the email.
|
EmailTemplateContent.Builder |
EmailTemplateContent.Builder.subject(String subject)
The subject line of the email.
|
EmailTemplateContent.Builder |
EmailTemplateContent.Builder.text(String text)
The email body that will be visible to recipients whose email clients do not display HTML.
|
EmailTemplateContent.Builder |
EmailTemplateContent.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EmailTemplateContent.Builder> |
EmailTemplateContent.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetEmailTemplateResponse.Builder |
GetEmailTemplateResponse.Builder.templateContent(Consumer<EmailTemplateContent.Builder> templateContent)
The content of the email template, composed of a subject line, an HTML part, and a text-only part.
|
default UpdateEmailTemplateRequest.Builder |
UpdateEmailTemplateRequest.Builder.templateContent(Consumer<EmailTemplateContent.Builder> templateContent)
The content of the email template, composed of a subject line, an HTML part, and a text-only part.
|
default CreateEmailTemplateRequest.Builder |
CreateEmailTemplateRequest.Builder.templateContent(Consumer<EmailTemplateContent.Builder> templateContent)
The content of the email template, composed of a subject line, an HTML part, and a text-only part.
|
Copyright © 2023. All rights reserved.