Interface Complaint.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Complaint.Builder,Complaint>,SdkBuilder<Complaint.Builder,Complaint>,SdkPojo
- Enclosing class:
- Complaint
@Mutable @NotThreadSafe 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.BuildercomplaintFeedbackType(String complaintFeedbackType)The value of theFeedback-Typefield from the feedback report received from the ISP.Complaint.BuildercomplaintSubType(String complaintSubType)Can either benullorOnAccountSuppressionList.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
complaintSubType
Complaint.Builder complaintSubType(String complaintSubType)
Can either be
nullorOnAccountSuppressionList. 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 benullorOnAccountSuppressionList. 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-Typefield from the feedback report received from the ISP.- Parameters:
complaintFeedbackType- The value of theFeedback-Typefield from the feedback report received from the ISP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-