public static interface ContactListDestination.Builder extends SdkPojo, CopyableBuilder<ContactListDestination.Builder,ContactListDestination>
| Modifier and Type | Method and Description |
|---|---|
ContactListDestination.Builder |
contactListImportAction(ContactListImportAction contactListImportAction)
>The type of action to perform on the addresses.
|
ContactListDestination.Builder |
contactListImportAction(String contactListImportAction)
>The type of action to perform on the addresses.
|
ContactListDestination.Builder |
contactListName(String contactListName)
The name of the contact list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContactListDestination.Builder contactListName(String contactListName)
The name of the contact list.
contactListName - The name of the contact list.ContactListDestination.Builder contactListImportAction(String contactListImportAction)
>The type of action to perform on the addresses. The following are the possible values:
PUT: add the addresses to the contact list. If the record already exists, it will override it with the new value.
DELETE: remove the addresses from the contact list.
contactListImportAction - >The type of action to perform on the addresses. The following are the possible values:
PUT: add the addresses to the contact list. If the record already exists, it will override it with the new value.
DELETE: remove the addresses from the contact list.
ContactListImportAction,
ContactListImportActionContactListDestination.Builder contactListImportAction(ContactListImportAction contactListImportAction)
>The type of action to perform on the addresses. The following are the possible values:
PUT: add the addresses to the contact list. If the record already exists, it will override it with the new value.
DELETE: remove the addresses from the contact list.
contactListImportAction - >The type of action to perform on the addresses. The following are the possible values:
PUT: add the addresses to the contact list. If the record already exists, it will override it with the new value.
DELETE: remove the addresses from the contact list.
ContactListImportAction,
ContactListImportActionCopyright © 2021. All rights reserved.