public static interface SuppressedDestinationAttributes.Builder extends SdkPojo, CopyableBuilder<SuppressedDestinationAttributes.Builder,SuppressedDestinationAttributes>
Modifier and Type | Method and Description |
---|---|
SuppressedDestinationAttributes.Builder |
feedbackId(String feedbackId)
A unique identifier that's generated when an email address is added to the suppression list for your account.
|
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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
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.
messageId
- The unique identifier of the email message that caused the email address to be added to the
suppression list for your account.SuppressedDestinationAttributes.Builder feedbackId(String feedbackId)
A unique identifier that's generated when an email address is added to the suppression list for your account.
feedbackId
- A unique identifier that's generated when an email address is added to the suppression list for your
account.Copyright © 2023. All rights reserved.