| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
CatalogDeltaSource.Builder |
CatalogDeltaSource.Builder.additionalDeltaOptions(Map<String,String> additionalDeltaOptions)
Specifies additional connection options.
|
static CatalogDeltaSource.Builder |
CatalogDeltaSource.builder() |
CatalogDeltaSource.Builder |
CatalogDeltaSource.Builder.database(String database)
The name of the database to read from.
|
CatalogDeltaSource.Builder |
CatalogDeltaSource.Builder.name(String name)
The name of the Delta Lake data source.
|
CatalogDeltaSource.Builder |
CatalogDeltaSource.Builder.outputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the Delta Lake source.
|
CatalogDeltaSource.Builder |
CatalogDeltaSource.Builder.outputSchemas(Consumer<GlueSchema.Builder>... outputSchemas)
Specifies the data schema for the Delta Lake source.
|
CatalogDeltaSource.Builder |
CatalogDeltaSource.Builder.outputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the Delta Lake source.
|
CatalogDeltaSource.Builder |
CatalogDeltaSource.Builder.table(String table)
The name of the table in the database to read from.
|
CatalogDeltaSource.Builder |
CatalogDeltaSource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CatalogDeltaSource.Builder> |
CatalogDeltaSource.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CodeGenConfigurationNode.Builder |
CodeGenConfigurationNode.Builder.catalogDeltaSource(Consumer<CatalogDeltaSource.Builder> catalogDeltaSource)
Specifies a Delta Lake data source that is registered in the Glue Data Catalog.
|
Copyright © 2023. All rights reserved.