Interface GetWhatsAppMessageTemplateRequest.Builder

  • Method Details

    • metaTemplateId

      GetWhatsAppMessageTemplateRequest.Builder metaTemplateId(String metaTemplateId)

      The numeric ID of the template assigned by Meta.

      Parameters:
      metaTemplateId - The numeric ID of the template assigned by Meta.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The ID of the WhatsApp Business Account associated with this template.

      Parameters:
      id - The ID of the WhatsApp Business Account associated with this template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateName

      The name of the message template. Use together with templateLanguageCode as an alternative to metaTemplateId to identify a template.

      Parameters:
      templateName - The name of the message template. Use together with templateLanguageCode as an alternative to metaTemplateId to identify a template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateLanguageCode

      GetWhatsAppMessageTemplateRequest.Builder templateLanguageCode(String templateLanguageCode)

      The language code of the message template (for example, en or en_US). Use together with templateName as an alternative to metaTemplateId to identify a template.

      Parameters:
      templateLanguageCode - The language code of the message template (for example, en or en_US). Use together with templateName as an alternative to metaTemplateId to identify a template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetWhatsAppMessageTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.