public static interface ReplacementTemplate.Builder extends SdkPojo, CopyableBuilder<ReplacementTemplate.Builder,ReplacementTemplate>
Modifier and Type | Method and Description |
---|---|
ReplacementTemplate.Builder |
replacementTemplateData(String replacementTemplateData)
A list of replacement values to apply to the template.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ReplacementTemplate.Builder replacementTemplateData(String replacementTemplateData)
A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
replacementTemplateData
- A list of replacement values to apply to the template. This parameter is a JSON object, typically
consisting of key-value pairs in which the keys correspond to replacement tags in the email template.Copyright © 2021. All rights reserved.