| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
static Template.Builder |
Template.builder() |
Template.Builder |
Template.Builder.templateArn(String templateArn)
The Amazon Resource Name (ARN) of the template.
|
Template.Builder |
Template.Builder.templateData(String templateData)
An object that defines the values to use for message variables in the template.
|
Template.Builder |
Template.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Template.Builder> |
Template.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EmailContent.Builder |
EmailContent.Builder.template(Consumer<Template.Builder> template)
The template to use for the email message.
|
Copyright © 2021. All rights reserved.