Interface Complaint.Builder

    • Method Detail

      • complaintSubType

        Complaint.Builder complaintSubType​(String complaintSubType)

        Can either be null or OnAccountSuppressionList. If the value is OnAccountSuppressionList, SES accepted the message, but didn't attempt to send it because it was on the account-level suppression list.

        Parameters:
        complaintSubType - Can either be null or OnAccountSuppressionList. If the value is OnAccountSuppressionList, SES accepted the message, but didn't attempt to send it because it was on the account-level suppression list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • complaintFeedbackType

        Complaint.Builder complaintFeedbackType​(String complaintFeedbackType)

        The value of the Feedback-Type field from the feedback report received from the ISP.

        Parameters:
        complaintFeedbackType - The value of the Feedback-Type field from the feedback report received from the ISP.
        Returns:
        Returns a reference to this object so that method calls can be chained together.