public static interface SuppressedDestination.Builder extends SdkPojo, CopyableBuilder<SuppressedDestination.Builder,SuppressedDestination>
| Modifier and Type | Method and Description |
|---|---|
default 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 |
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.
|
SuppressedDestination.Builder |
emailAddress(String emailAddress)
The email address that is on the suppression list for your account.
|
SuppressedDestination.Builder |
lastUpdateTime(Instant lastUpdateTime)
The date and time when the suppressed destination was last updated, shown in Unix time format.
|
SuppressedDestination.Builder |
reason(String reason)
The reason that the address was added to the suppression list for your account.
|
SuppressedDestination.Builder |
reason(SuppressionListReason reason)
The reason that the address was added to the suppression list for your account.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSuppressedDestination.Builder emailAddress(String emailAddress)
The email address that is on the suppression list for your account.
emailAddress - The email address that is on the suppression list for your account.SuppressedDestination.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,
SuppressionListReasonSuppressedDestination.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,
SuppressionListReasonSuppressedDestination.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.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.
attributes - An optional value that can contain additional information about the reasons that the address was added
to the suppression list for your account.default 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.
This is a convenience that creates an instance of theSuppressedDestinationAttributes.Builder
avoiding the need to create one manually via SuppressedDestinationAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to attributes(SuppressedDestinationAttributes).attributes - a consumer that will call methods on SuppressedDestinationAttributes.Builderattributes(SuppressedDestinationAttributes)Copyright © 2022. All rights reserved.