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 Summary
Modifier and TypeMethodDescriptioncomplaintFeedbackType
(String complaintFeedbackType) The value of theFeedback-Type
field from the feedback report received from the ISP.complaintSubType
(String complaintSubType) Can either benull
orOnAccountSuppressionList
.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
complaintSubType
Can either be
null
orOnAccountSuppressionList
. If the value isOnAccountSuppressionList
, SES accepted the message, but didn't attempt to send it because it was on the account-level suppression list.- Parameters:
complaintSubType
- Can either benull
orOnAccountSuppressionList
. If the value isOnAccountSuppressionList
, 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
The value of the
Feedback-Type
field from the feedback report received from the ISP.- Parameters:
complaintFeedbackType
- The value of theFeedback-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.
-