public static interface ImportDestination.Builder extends SdkPojo, CopyableBuilder<ImportDestination.Builder,ImportDestination>
| Modifier and Type | Method and Description |
|---|---|
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)Copyright © 2020. All rights reserved.