public static interface EmailTemplateResponse.Builder extends SdkPojo, CopyableBuilder<EmailTemplateResponse.Builder,EmailTemplateResponse>
| Modifier and Type | Method and Description |
|---|---|
EmailTemplateResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the message template.
|
EmailTemplateResponse.Builder |
creationDate(String creationDate)
The date when the message template was created.
|
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 |
lastModifiedDate(String lastModifiedDate)
The date when the message template was last modified.
|
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 |
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 |
templateName(String templateName)
The name of the message template.
|
EmailTemplateResponse.Builder |
templateType(String templateType)
The type of channel that the message template is designed for.
|
EmailTemplateResponse.Builder |
templateType(TemplateType templateType)
The type of channel that the message template is designed for.
|
EmailTemplateResponse.Builder |
textPart(String textPart)
The message body, in text format, that's used in email messages that are based on the message template.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEmailTemplateResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the message template.
arn - The Amazon Resource Name (ARN) of the message template.EmailTemplateResponse.Builder creationDate(String creationDate)
The date when the message template was created.
creationDate - The date when the message template was created.EmailTemplateResponse.Builder htmlPart(String htmlPart)
The message body, in HTML format, that's used in email messages that are based on the message template.
htmlPart - The message body, in HTML format, that's used in email messages that are based on the message
template.EmailTemplateResponse.Builder lastModifiedDate(String lastModifiedDate)
The date when the message template was last modified.
lastModifiedDate - The date when the message template was last modified.EmailTemplateResponse.Builder subject(String subject)
The subject line, or title, that's used in email messages that are based on the message template.
subject - The subject line, or title, that's used in email messages that are based on the message template.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. Each tag consists of a required tag key and an associated tag value.
tags - A string-to-string map of key-value pairs that identifies the tags that are associated with the
message template. Each tag consists of a required tag key and an associated tag value.EmailTemplateResponse.Builder templateName(String templateName)
The name of the message template.
templateName - The name of the message template.EmailTemplateResponse.Builder templateType(String templateType)
The type of channel that the message template is designed for. For an email template, this value is EMAIL.
templateType - The type of channel that the message template is designed for. For an email template, this value is
EMAIL.TemplateType,
TemplateTypeEmailTemplateResponse.Builder templateType(TemplateType templateType)
The type of channel that the message template is designed for. For an email template, this value is EMAIL.
templateType - The type of channel that the message template is designed for. For an email template, this value is
EMAIL.TemplateType,
TemplateTypeEmailTemplateResponse.Builder textPart(String textPart)
The message body, in text format, that's used in email messages that are based on the message template.
textPart - The message body, in text format, that's used in email messages that are based on the message
template.Copyright © 2019. All rights reserved.