Interface TemplateAttributes.Builder

    • Method Detail

      • customAttributes

        TemplateAttributes.Builder customAttributes​(Map<String,​String> customAttributes)

        An object that specifies the custom attributes values to use for variables in the message template. This object contains different categories of key-value pairs. Each key defines a variable or placeholder in the message template.

        Parameters:
        customAttributes - An object that specifies the custom attributes values to use for variables in the message template. This object contains different categories of key-value pairs. Each key defines a variable or placeholder in the message template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • customerProfileAttributes

        TemplateAttributes.Builder customerProfileAttributes​(String customerProfileAttributes)

        An object that specifies the customer profile attributes values to use for variables in the message template. This object contains different categories of key-value pairs. Each key defines a variable or placeholder in the message template.

        Parameters:
        customerProfileAttributes - An object that specifies the customer profile attributes values to use for variables in the message template. This object contains different categories of key-value pairs. Each key defines a variable or placeholder in the message template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.