Interface SuppressionListDestination.Builder

    • Method Detail

      • suppressionListImportAction

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

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

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

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

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

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