Interface SendEmailResponse.Builder

  • Method Details

    • messageId

      SendEmailResponse.Builder messageId(String messageId)

      A unique identifier for the message that is generated when the message is accepted.

      It's possible for Amazon SES to accept a message without sending it. For example, this can happen when the message that you're trying to send has an attachment that contains a virus, or when you send a templated email that contains invalid personalization content.

      Parameters:
      messageId - A unique identifier for the message that is generated when the message is accepted.

      It's possible for Amazon SES to accept a message without sending it. For example, this can happen when the message that you're trying to send has an attachment that contains a virus, or when you send a templated email that contains invalid personalization content.

      Returns:
      Returns a reference to this object so that method calls can be chained together.