public static interface Template.Builder extends SdkPojo, CopyableBuilder<Template.Builder,Template>
Modifier and Type | Method and Description |
---|---|
Template.Builder |
templateArn(String templateArn)
The Amazon Resource Name (ARN) of the template.
|
Template.Builder |
templateData(String templateData)
An object that defines the values to use for message variables in the template.
|
Template.Builder |
templateName(String templateName)
The name of the template.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Template.Builder templateName(String templateName)
The name of the template. You will refer to this name when you send email using the
SendTemplatedEmail
or SendBulkTemplatedEmail
operations.
templateName
- The name of the template. You will refer to this name when you send email using the
SendTemplatedEmail
or SendBulkTemplatedEmail
operations.Template.Builder templateArn(String templateArn)
The Amazon Resource Name (ARN) of the template.
templateArn
- The Amazon Resource Name (ARN) of the template.Template.Builder templateData(String templateData)
An object that defines the values to use for message variables in the template. This object is a set of key-value pairs. Each key defines a message variable in the template. The corresponding value defines the value to use for that variable.
templateData
- An object that defines the values to use for message variables in the template. This object is a set
of key-value pairs. Each key defines a message variable in the template. The corresponding value
defines the value to use for that variable.Copyright © 2021. All rights reserved.