Interface ContactListDestination.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ContactListDestination.Builder,ContactListDestination>, SdkBuilder<ContactListDestination.Builder,ContactListDestination>, SdkPojo
Enclosing class:
ContactListDestination

public static interface ContactListDestination.Builder extends SdkPojo, CopyableBuilder<ContactListDestination.Builder,ContactListDestination>
  • Method Details

    • 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

      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: