| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
S3CatalogDeltaSource |
S3CatalogDeltaSource.addAdditionalDeltaOptionsEntry(String key,
String value)
Add a single AdditionalDeltaOptions entry
|
S3CatalogDeltaSource |
S3CatalogDeltaSource.clearAdditionalDeltaOptionsEntries()
Removes all the entries added into AdditionalDeltaOptions.
|
S3CatalogDeltaSource |
S3CatalogDeltaSource.clone() |
S3CatalogDeltaSource |
CodeGenConfigurationNode.getS3CatalogDeltaSource()
Specifies a Delta Lake data source that is registered in the Glue Data Catalog.
|
S3CatalogDeltaSource |
S3CatalogDeltaSource.withAdditionalDeltaOptions(Map<String,String> additionalDeltaOptions)
Specifies additional connection options.
|
S3CatalogDeltaSource |
S3CatalogDeltaSource.withDatabase(String database)
The name of the database to read from.
|
S3CatalogDeltaSource |
S3CatalogDeltaSource.withName(String name)
The name of the Delta Lake data source.
|
S3CatalogDeltaSource |
S3CatalogDeltaSource.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the Delta Lake source.
|
S3CatalogDeltaSource |
S3CatalogDeltaSource.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the Delta Lake source.
|
S3CatalogDeltaSource |
S3CatalogDeltaSource.withTable(String table)
The name of the table in the database to read from.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setS3CatalogDeltaSource(S3CatalogDeltaSource s3CatalogDeltaSource)
Specifies a Delta Lake data source that is registered in the Glue Data Catalog.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withS3CatalogDeltaSource(S3CatalogDeltaSource s3CatalogDeltaSource)
Specifies a Delta Lake data source that is registered in the Glue Data Catalog.
|
Copyright © 2023. All rights reserved.