Uses of Interface
software.amazon.awssdk.services.glue.model.CatalogDeltaSource.Builder
-
Packages that use CatalogDeltaSource.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of CatalogDeltaSource.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return CatalogDeltaSource.Builder Modifier and Type Method 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()
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type CatalogDeltaSource.Builder Modifier and Type Method Description static Class<? extends CatalogDeltaSource.Builder>
CatalogDeltaSource. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type CatalogDeltaSource.Builder Modifier and Type Method 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.
-