public static interface ImportDestination.Builder extends SdkPojo, CopyableBuilder<ImportDestination.Builder,ImportDestination>
| Modifier and Type | Method and Description |
|---|---|
default ImportDestination.Builder |
contactListDestination(Consumer<ContactListDestination.Builder> contactListDestination)
An object that contains the action of the import job towards a contact list.
|
ImportDestination.Builder |
contactListDestination(ContactListDestination contactListDestination)
An object that contains the action of the import job towards a contact list.
|
default ImportDestination.Builder |
suppressionListDestination(Consumer<SuppressionListDestination.Builder> suppressionListDestination)
An object that contains the action of the import job towards suppression list.
|
ImportDestination.Builder |
suppressionListDestination(SuppressionListDestination suppressionListDestination)
An object that contains the action of the import job towards suppression list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImportDestination.Builder suppressionListDestination(SuppressionListDestination suppressionListDestination)
An object that contains the action of the import job towards suppression list.
suppressionListDestination - An object that contains the action of the import job towards suppression list.default ImportDestination.Builder suppressionListDestination(Consumer<SuppressionListDestination.Builder> suppressionListDestination)
An object that contains the action of the import job towards suppression list.
This is a convenience that creates an instance of theSuppressionListDestination.Builder avoiding the
need to create one manually via SuppressionListDestination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to suppressionListDestination(SuppressionListDestination).suppressionListDestination - a consumer that will call methods on SuppressionListDestination.BuildersuppressionListDestination(SuppressionListDestination)ImportDestination.Builder contactListDestination(ContactListDestination contactListDestination)
An object that contains the action of the import job towards a contact list.
contactListDestination - An object that contains the action of the import job towards a contact list.default ImportDestination.Builder contactListDestination(Consumer<ContactListDestination.Builder> contactListDestination)
An object that contains the action of the import job towards a contact list.
This is a convenience that creates an instance of theContactListDestination.Builder avoiding the
need to create one manually via ContactListDestination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to contactListDestination(ContactListDestination).contactListDestination - a consumer that will call methods on ContactListDestination.BuildercontactListDestination(ContactListDestination)Copyright © 2021. All rights reserved.