public static interface Complaint.Builder extends SdkPojo, CopyableBuilder<Complaint.Builder,Complaint>
| Modifier and Type | Method and Description |
|---|---|
Complaint.Builder |
complaintFeedbackType(String complaintFeedbackType)
The value of the
Feedback-Type field from the feedback report received from the ISP. |
Complaint.Builder |
complaintSubType(String complaintSubType)
Can either be
null or OnAccountSuppressionList. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComplaint.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.
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.Complaint.Builder complaintFeedbackType(String complaintFeedbackType)
The value of the Feedback-Type field from the feedback report received from the ISP.
complaintFeedbackType - The value of the Feedback-Type field from the feedback report received from the ISP.Copyright © 2023. All rights reserved.