| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
EmailTemplateResponse.Builder |
EmailTemplateResponse.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the message template.
|
static EmailTemplateResponse.Builder |
EmailTemplateResponse.builder() |
EmailTemplateResponse.Builder |
EmailTemplateResponse.Builder.creationDate(String creationDate)
The date when the message template was created.
|
EmailTemplateResponse.Builder |
EmailTemplateResponse.Builder.htmlPart(String htmlPart)
The message body, in HTML format, that's used in email messages that are based on the message template.
|
EmailTemplateResponse.Builder |
EmailTemplateResponse.Builder.lastModifiedDate(String lastModifiedDate)
The date when the message template was last modified.
|
EmailTemplateResponse.Builder |
EmailTemplateResponse.Builder.subject(String subject)
The subject line, or title, that's used in email messages that are based on the message template.
|
EmailTemplateResponse.Builder |
EmailTemplateResponse.Builder.tags(Map<String,String> tags)
A string-to-string map of key-value pairs that identifies the tags that are associated with the message
template.
|
EmailTemplateResponse.Builder |
EmailTemplateResponse.Builder.templateName(String templateName)
The name of the message template.
|
EmailTemplateResponse.Builder |
EmailTemplateResponse.Builder.templateType(String templateType)
The type of channel that the message template is designed for.
|
EmailTemplateResponse.Builder |
EmailTemplateResponse.Builder.templateType(TemplateType templateType)
The type of channel that the message template is designed for.
|
EmailTemplateResponse.Builder |
EmailTemplateResponse.Builder.textPart(String textPart)
The message body, in text format, that's used in email messages that are based on the message template.
|
EmailTemplateResponse.Builder |
EmailTemplateResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EmailTemplateResponse.Builder> |
EmailTemplateResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetEmailTemplateResponse.Builder |
GetEmailTemplateResponse.Builder.emailTemplateResponse(Consumer<EmailTemplateResponse.Builder> emailTemplateResponse)
Sets the value of the EmailTemplateResponse property for this object.
|
Copyright © 2019. All rights reserved.