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 that you want to perform on the address.
|
SuppressionListDestination.Builder |
suppressionListImportAction(SuppressionListImportAction suppressionListImportAction)
The type of action that you want to perform on the address.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSuppressionListDestination.Builder suppressionListImportAction(String suppressionListImportAction)
The type of action that you want to perform on the address. Acceptable 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 that you want to perform on the address. Acceptable 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 that you want to perform on the address. Acceptable 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 that you want to perform on the address. Acceptable 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 © 2021. All rights reserved.