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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTemplate.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.