Interface TemplateCreateMessageBody.Builder

    • Method Detail

      • arn

        TemplateCreateMessageBody.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the message template that was created.

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

        TemplateCreateMessageBody.Builder message​(String message)

        The message that's returned from the API for the request to create the message template.

        Parameters:
        message - The message that's returned from the API for the request to create the message template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestID

        TemplateCreateMessageBody.Builder requestID​(String requestID)

        The unique identifier for the request to create the message template.

        Parameters:
        requestID - The unique identifier for the request to create the message template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.