| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
static Template.Builder |
Template.builder() |
Template.Builder |
Template.Builder.htmlPart(String htmlPart)
The HTML body of the email.
|
Template.Builder |
Template.Builder.subjectPart(String subjectPart)
The subject line of the email.
|
Template.Builder |
Template.Builder.templateName(String templateName)
The name of the template.
|
Template.Builder |
Template.Builder.textPart(String textPart)
The email body that is visible to recipients whose email clients do not display HTML content.
|
Template.Builder |
Template.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Template.Builder> |
Template.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetTemplateResponse.Builder |
GetTemplateResponse.Builder.template(Consumer<Template.Builder> template)
Sets the value of the Template property for this object.
|
default CreateTemplateRequest.Builder |
CreateTemplateRequest.Builder.template(Consumer<Template.Builder> template)
The content of the email, composed of a subject line and either an HTML part or a text-only part.
|
default UpdateTemplateRequest.Builder |
UpdateTemplateRequest.Builder.template(Consumer<Template.Builder> template)
Sets the value of the Template property for this object.
|
Copyright © 2023. All rights reserved.