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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SuppressedDestinationAttributes.BuilderfeedbackId(String feedbackId)A unique identifier that's generated when an email address is added to the suppression list for your account.SuppressedDestinationAttributes.BuildermessageId(String messageId)The unique identifier of the email message that caused the email address to be added to the suppression list for your account.-
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
-
messageId
SuppressedDestinationAttributes.Builder messageId(String messageId)
The unique identifier of the email message that caused the email address to be added to the suppression list for your account.
- Parameters:
messageId- The unique identifier of the email message that caused the email address to be added to the suppression list for your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
feedbackId
SuppressedDestinationAttributes.Builder feedbackId(String feedbackId)
A unique identifier that's generated when an email address is added to the suppression list for your account.
- Parameters:
feedbackId- A unique identifier that's generated when an email address is added to the suppression list for your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-