Interface ContactListDestination.Builder

    • Method Detail

      • contactListName

        ContactListDestination.Builder contactListName​(String contactListName)

        The name of the contact list.

        Parameters:
        contactListName - The name of the contact list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contactListImportAction

        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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ContactListImportAction, ContactListImportAction
      • contactListImportAction

        ContactListDestination.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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ContactListImportAction, ContactListImportAction