Interface GetMessageInsightsResponse.Builder

    • Method Detail

      • messageId

        GetMessageInsightsResponse.Builder messageId​(String messageId)

        A unique identifier for the message.

        Parameters:
        messageId - A unique identifier for the message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fromEmailAddress

        GetMessageInsightsResponse.Builder fromEmailAddress​(String fromEmailAddress)

        The from address used to send the message.

        Parameters:
        fromEmailAddress - The from address used to send the message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subject

        GetMessageInsightsResponse.Builder subject​(String subject)

        The subject line of the message.

        Parameters:
        subject - The subject line of the message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • emailTags

        GetMessageInsightsResponse.Builder emailTags​(Collection<MessageTag> emailTags)

        A list of tags, in the form of name/value pairs, that were applied to the email you sent, along with Amazon SES Auto-Tags.

        Parameters:
        emailTags - A list of tags, in the form of name/value pairs, that were applied to the email you sent, along with Amazon SES Auto-Tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • emailTags

        GetMessageInsightsResponse.Builder emailTags​(MessageTag... emailTags)

        A list of tags, in the form of name/value pairs, that were applied to the email you sent, along with Amazon SES Auto-Tags.

        Parameters:
        emailTags - A list of tags, in the form of name/value pairs, that were applied to the email you sent, along with Amazon SES Auto-Tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • insights

        GetMessageInsightsResponse.Builder insights​(Collection<EmailInsights> insights)

        A set of insights associated with the message.

        Parameters:
        insights - A set of insights associated with the message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • insights

        GetMessageInsightsResponse.Builder insights​(EmailInsights... insights)

        A set of insights associated with the message.

        Parameters:
        insights - A set of insights associated with the message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.