public static interface SuppressedDestinationSummary.Builder extends SdkPojo, CopyableBuilder<SuppressedDestinationSummary.Builder,SuppressedDestinationSummary>
| Modifier and Type | Method and Description |
|---|---|
SuppressedDestinationSummary.Builder |
emailAddress(String emailAddress)
The email address that's on the suppression list for your account.
|
SuppressedDestinationSummary.Builder |
lastUpdateTime(Instant lastUpdateTime)
The date and time when the suppressed destination was last updated, shown in Unix time format.
|
SuppressedDestinationSummary.Builder |
reason(String reason)
The reason that the address was added to the suppression list for your account.
|
SuppressedDestinationSummary.Builder |
reason(SuppressionListReason reason)
The reason that the address was added to the suppression list for your account.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSuppressedDestinationSummary.Builder emailAddress(String emailAddress)
The email address that's on the suppression list for your account.
emailAddress - The email address that's on the suppression list for your account.SuppressedDestinationSummary.Builder reason(String reason)
The reason that the address was added to the suppression list for your account.
reason - The reason that the address was added to the suppression list for your account.SuppressionListReason,
SuppressionListReasonSuppressedDestinationSummary.Builder reason(SuppressionListReason reason)
The reason that the address was added to the suppression list for your account.
reason - The reason that the address was added to the suppression list for your account.SuppressionListReason,
SuppressionListReasonSuppressedDestinationSummary.Builder lastUpdateTime(Instant lastUpdateTime)
The date and time when the suppressed destination was last updated, shown in Unix time format.
lastUpdateTime - The date and time when the suppressed destination was last updated, shown in Unix time format.Copyright © 2020. All rights reserved.