Interface Template.Builder

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

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

    • templateArn

      Template.Builder templateArn(String templateArn)

      The Amazon Resource Name (ARN) of the template.

      Parameters:
      templateArn - The Amazon Resource Name (ARN) of the template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateData

      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.

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