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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Complaint.Builder
complaintFeedbackType(String complaintFeedbackType)
The value of theFeedback-Type
field from the feedback report received from the ISP.Complaint.Builder
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 Detail
-
complaintSubType
Complaint.Builder complaintSubType(String 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
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 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.
-
-