public static interface ImportDataSource.Builder extends SdkPojo, CopyableBuilder<ImportDataSource.Builder,ImportDataSource>
| Modifier and Type | Method and Description |
|---|---|
default ImportDataSource.Builder |
dataSourceConfig(Consumer<ImportDataSourceConfig.Builder> dataSourceConfig)
The configuration parameters for the data source of the import
|
ImportDataSource.Builder |
dataSourceConfig(ImportDataSourceConfig dataSourceConfig)
The configuration parameters for the data source of the import
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImportDataSource.Builder dataSourceConfig(ImportDataSourceConfig dataSourceConfig)
The configuration parameters for the data source of the import
dataSourceConfig - The configuration parameters for the data source of the importdefault ImportDataSource.Builder dataSourceConfig(Consumer<ImportDataSourceConfig.Builder> dataSourceConfig)
The configuration parameters for the data source of the import
This is a convenience that creates an instance of theImportDataSourceConfig.Builder avoiding the
need to create one manually via ImportDataSourceConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to dataSourceConfig(ImportDataSourceConfig).dataSourceConfig - a consumer that will call methods on ImportDataSourceConfig.BuilderdataSourceConfig(ImportDataSourceConfig)Copyright © 2021. All rights reserved.