default SuppressedDestination.Builder |
SuppressedDestination.Builder.attributes(Consumer<SuppressedDestinationAttributes.Builder> attributes) |
An optional value that can contain additional information about the reasons that the address was added to the
suppression list for your account.
|
SuppressedDestination.Builder |
SuppressedDestination.Builder.attributes(SuppressedDestinationAttributes attributes) |
An optional value that can contain additional information about the reasons that the address was added to the
suppression list for your account.
|
static SuppressedDestination.Builder |
SuppressedDestination.builder() |
|
SuppressedDestination.Builder |
SuppressedDestination.Builder.emailAddress(String emailAddress) |
The email address that is on the suppression list for your account.
|
SuppressedDestination.Builder |
SuppressedDestination.Builder.lastUpdateTime(Instant lastUpdateTime) |
The date and time when the suppressed destination was last updated, shown in Unix time format.
|
SuppressedDestination.Builder |
SuppressedDestination.Builder.reason(String reason) |
The reason that the address was added to the suppression list for your account.
|
SuppressedDestination.Builder |
SuppressedDestination.Builder.reason(SuppressionListReason reason) |
The reason that the address was added to the suppression list for your account.
|
SuppressedDestination.Builder |
SuppressedDestination.toBuilder() |
|