Interface SuppressedDestinationAttributes.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SuppressedDestinationAttributes.Builder,,SuppressedDestinationAttributes> SdkBuilder<SuppressedDestinationAttributes.Builder,,SuppressedDestinationAttributes> SdkPojo
- Enclosing class:
SuppressedDestinationAttributes
@Mutable
@NotThreadSafe
public static interface SuppressedDestinationAttributes.Builder
extends SdkPojo, CopyableBuilder<SuppressedDestinationAttributes.Builder,SuppressedDestinationAttributes>
-
Method Summary
Modifier and TypeMethodDescriptionfeedbackId(String feedbackId) A unique identifier that's generated when an email address is added to the suppression list for your account or for a specific tenant.The unique identifier of the email message that caused the email address to be added to the suppression list for your account or for a specific tenant.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
messageId
The unique identifier of the email message that caused the email address to be added to the suppression list for your account or for a specific tenant.
- Parameters:
messageId- The unique identifier of the email message that caused the email address to be added to the suppression list for your account or for a specific tenant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
feedbackId
A unique identifier that's generated when an email address is added to the suppression list for your account or for a specific tenant.
- Parameters:
feedbackId- A unique identifier that's generated when an email address is added to the suppression list for your account or for a specific tenant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-