| Package | Description |
|---|---|
| software.amazon.awssdk.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
static ImportDataSource.Builder |
ImportDataSource.builder() |
default ImportDataSource.Builder |
ImportDataSource.Builder.dataSourceConfig(Consumer<ImportDataSourceConfig.Builder> dataSourceConfig)
The configuration parameters for the data source of the import
|
ImportDataSource.Builder |
ImportDataSource.Builder.dataSourceConfig(ImportDataSourceConfig dataSourceConfig)
The configuration parameters for the data source of the import
|
ImportDataSource.Builder |
ImportDataSource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ImportDataSource.Builder> |
ImportDataSource.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TableDataImportJobMetadata.Builder |
TableDataImportJobMetadata.Builder.dataSource(Consumer<ImportDataSource.Builder> dataSource)
The source of the data that was submitted for import.
|
default StartTableDataImportJobRequest.Builder |
StartTableDataImportJobRequest.Builder.dataSource(Consumer<ImportDataSource.Builder> dataSource)
The source of the data that is being imported.
|
Copyright © 2020. All rights reserved.