Uses of Interface
software.amazon.awssdk.services.honeycode.model.ImportDataSourceConfig.Builder
-
Packages that use ImportDataSourceConfig.Builder Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of ImportDataSourceConfig.Builder in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return ImportDataSourceConfig.Builder Modifier and Type Method Description static ImportDataSourceConfig.BuilderImportDataSourceConfig. builder()ImportDataSourceConfig.BuilderImportDataSourceConfig.Builder. dataSourceUrl(String dataSourceUrl)The URL from which source data will be downloaded for the import request.ImportDataSourceConfig.BuilderImportDataSourceConfig. toBuilder()Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type ImportDataSourceConfig.Builder Modifier and Type Method Description static Class<? extends ImportDataSourceConfig.Builder>ImportDataSourceConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.honeycode.model with type arguments of type ImportDataSourceConfig.Builder Modifier and Type Method Description default ImportDataSource.BuilderImportDataSource.Builder. dataSourceConfig(Consumer<ImportDataSourceConfig.Builder> dataSourceConfig)The configuration parameters for the data source of the import
-