Uses of Interface
software.amazon.awssdk.services.glue.model.S3CatalogDeltaSource.Builder
-
Packages that use S3CatalogDeltaSource.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of S3CatalogDeltaSource.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return S3CatalogDeltaSource.Builder Modifier and Type Method Description S3CatalogDeltaSource.BuilderS3CatalogDeltaSource.Builder. additionalDeltaOptions(Map<String,String> additionalDeltaOptions)Specifies additional connection options.static S3CatalogDeltaSource.BuilderS3CatalogDeltaSource. builder()S3CatalogDeltaSource.BuilderS3CatalogDeltaSource.Builder. database(String database)The name of the database to read from.S3CatalogDeltaSource.BuilderS3CatalogDeltaSource.Builder. name(String name)The name of the Delta Lake data source.S3CatalogDeltaSource.BuilderS3CatalogDeltaSource.Builder. outputSchemas(Collection<GlueSchema> outputSchemas)Specifies the data schema for the Delta Lake source.S3CatalogDeltaSource.BuilderS3CatalogDeltaSource.Builder. outputSchemas(Consumer<GlueSchema.Builder>... outputSchemas)Specifies the data schema for the Delta Lake source.S3CatalogDeltaSource.BuilderS3CatalogDeltaSource.Builder. outputSchemas(GlueSchema... outputSchemas)Specifies the data schema for the Delta Lake source.S3CatalogDeltaSource.BuilderS3CatalogDeltaSource.Builder. table(String table)The name of the table in the database to read from.S3CatalogDeltaSource.BuilderS3CatalogDeltaSource. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type S3CatalogDeltaSource.Builder Modifier and Type Method Description static Class<? extends S3CatalogDeltaSource.Builder>S3CatalogDeltaSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type S3CatalogDeltaSource.Builder Modifier and Type Method Description default CodeGenConfigurationNode.BuilderCodeGenConfigurationNode.Builder. s3CatalogDeltaSource(Consumer<S3CatalogDeltaSource.Builder> s3CatalogDeltaSource)Specifies a Delta Lake data source that is registered in the Glue Data Catalog.
-