Interface Complaint.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Complaint.Builder,Complaint>, SdkBuilder<Complaint.Builder,Complaint>, SdkPojo
Enclosing class:
Complaint

public static interface Complaint.Builder extends SdkPojo, CopyableBuilder<Complaint.Builder,Complaint>
  • Method Details

    • 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.