Interface ReplacementTemplate.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ReplacementTemplate.Builder,ReplacementTemplate>, SdkBuilder<ReplacementTemplate.Builder,ReplacementTemplate>, SdkPojo
Enclosing class:
ReplacementTemplate

public static interface ReplacementTemplate.Builder extends SdkPojo, CopyableBuilder<ReplacementTemplate.Builder,ReplacementTemplate>
  • Method Details

    • replacementTemplateData

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.