Interface SuppressionListDestination.Builder

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

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

    • 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

      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: