public static interface SuppressionListDestination.Builder extends SdkPojo, CopyableBuilder<SuppressionListDestination.Builder,SuppressionListDestination>
| Modifier and Type | Method and Description |
|---|---|
SuppressionListDestination.Builder |
suppressionListImportAction(String suppressionListImportAction)
The type of action to perform on the address.
|
SuppressionListDestination.Builder |
suppressionListImportAction(SuppressionListImportAction suppressionListImportAction)
The type of action to perform on the address.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSuppressionListDestination.Builder suppressionListImportAction(String suppressionListImportAction)
The type of action to perform on the address. The following are possible values:
PUT: add the addresses to the suppression list. If the record already exists, it will override it with the new value.
DELETE: remove the addresses from the suppression list.
suppressionListImportAction - The type of action to perform on the address. The following are possible values:
PUT: add the addresses to the suppression list. If the record already exists, it will override it with the new value.
DELETE: remove the addresses from the suppression list.
SuppressionListImportAction,
SuppressionListImportActionSuppressionListDestination.Builder suppressionListImportAction(SuppressionListImportAction suppressionListImportAction)
The type of action to perform on the address. The following are possible values:
PUT: add the addresses to the suppression list. If the record already exists, it will override it with the new value.
DELETE: remove the addresses from the suppression list.
suppressionListImportAction - The type of action to perform on the address. The following are possible values:
PUT: add the addresses to the suppression list. If the record already exists, it will override it with the new value.
DELETE: remove the addresses from the suppression list.
SuppressionListImportAction,
SuppressionListImportActionCopyright © 2023. All rights reserved.