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