Interface CreateMessageTemplateVersionRequest.Builder

    • Method Detail

      • knowledgeBaseId

        CreateMessageTemplateVersionRequest.Builder knowledgeBaseId​(String knowledgeBaseId)

        The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.

        Parameters:
        knowledgeBaseId - The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • messageTemplateContentSha256

        CreateMessageTemplateVersionRequest.Builder messageTemplateContentSha256​(String messageTemplateContentSha256)

        The checksum value of the message template content that is referenced by the $LATEST qualifier. It can be returned in MessageTemplateData or ExtendedMessageTemplateData. It’s calculated by content, language, defaultAttributes and Attachments of the message template. If not supplied, the message template version will be created based on the message template content that is referenced by the $LATEST qualifier by default.

        Parameters:
        messageTemplateContentSha256 - The checksum value of the message template content that is referenced by the $LATEST qualifier. It can be returned in MessageTemplateData or ExtendedMessageTemplateData. It’s calculated by content, language, defaultAttributes and Attachments of the message template. If not supplied, the message template version will be created based on the message template content that is referenced by the $LATEST qualifier by default.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • messageTemplateId

        CreateMessageTemplateVersionRequest.Builder messageTemplateId​(String messageTemplateId)

        The identifier of the message template. Can be either the ID or the ARN. It cannot contain any qualifier.

        Parameters:
        messageTemplateId - The identifier of the message template. Can be either the ID or the ARN. It cannot contain any qualifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.