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, sdkFields
copy
applyMutation, build
ImportDestination.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.Builder
suppressionListDestination(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.Builder
contactListDestination(ContactListDestination)
Copyright © 2022. All rights reserved.