Uses of Interface
software.amazon.awssdk.services.honeycode.model.ImportDataSource.Builder
-
Packages that use ImportDataSource.Builder Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of ImportDataSource.Builder in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return ImportDataSource.Builder Modifier and Type Method Description static ImportDataSource.BuilderImportDataSource. builder()default ImportDataSource.BuilderImportDataSource.Builder. dataSourceConfig(Consumer<ImportDataSourceConfig.Builder> dataSourceConfig)The configuration parameters for the data source of the importImportDataSource.BuilderImportDataSource.Builder. dataSourceConfig(ImportDataSourceConfig dataSourceConfig)The configuration parameters for the data source of the importImportDataSource.BuilderImportDataSource. toBuilder()Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type ImportDataSource.Builder Modifier and Type Method Description static Class<? extends ImportDataSource.Builder>ImportDataSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.honeycode.model with type arguments of type ImportDataSource.Builder Modifier and Type Method Description default StartTableDataImportJobRequest.BuilderStartTableDataImportJobRequest.Builder. dataSource(Consumer<ImportDataSource.Builder> dataSource)The source of the data that is being imported.default TableDataImportJobMetadata.BuilderTableDataImportJobMetadata.Builder. dataSource(Consumer<ImportDataSource.Builder> dataSource)The source of the data that was submitted for import.
-