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.BuilderCatalogDeltaSource.Builder. additionalDeltaOptions(Map<String,String> additionalDeltaOptions)Specifies additional connection options.static CatalogDeltaSource.BuilderCatalogDeltaSource. builder()CatalogDeltaSource.BuilderCatalogDeltaSource.Builder. database(String database)The name of the database to read from.CatalogDeltaSource.BuilderCatalogDeltaSource.Builder. name(String name)The name of the Delta Lake data source.CatalogDeltaSource.BuilderCatalogDeltaSource.Builder. outputSchemas(Collection<GlueSchema> outputSchemas)Specifies the data schema for the Delta Lake source.CatalogDeltaSource.BuilderCatalogDeltaSource.Builder. outputSchemas(Consumer<GlueSchema.Builder>... outputSchemas)Specifies the data schema for the Delta Lake source.CatalogDeltaSource.BuilderCatalogDeltaSource.Builder. outputSchemas(GlueSchema... outputSchemas)Specifies the data schema for the Delta Lake source.CatalogDeltaSource.BuilderCatalogDeltaSource.Builder. table(String table)The name of the table in the database to read from.CatalogDeltaSource.BuilderCatalogDeltaSource. 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.BuilderCodeGenConfigurationNode.Builder. catalogDeltaSource(Consumer<CatalogDeltaSource.Builder> catalogDeltaSource)Specifies a Delta Lake data source that is registered in the Glue Data Catalog.
-