public static interface S3CatalogDeltaSource.Builder extends SdkPojo, CopyableBuilder<S3CatalogDeltaSource.Builder,S3CatalogDeltaSource>
| Modifier and Type | Method and Description |
|---|---|
S3CatalogDeltaSource.Builder |
additionalDeltaOptions(Map<String,String> additionalDeltaOptions)
Specifies additional connection options.
|
S3CatalogDeltaSource.Builder |
database(String database)
The name of the database to read from.
|
S3CatalogDeltaSource.Builder |
name(String name)
The name of the Delta Lake data source.
|
S3CatalogDeltaSource.Builder |
outputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the Delta Lake source.
|
S3CatalogDeltaSource.Builder |
outputSchemas(Consumer<GlueSchema.Builder>... outputSchemas)
Specifies the data schema for the Delta Lake source.
|
S3CatalogDeltaSource.Builder |
outputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the Delta Lake source.
|
S3CatalogDeltaSource.Builder |
table(String table)
The name of the table in the database to read from.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3CatalogDeltaSource.Builder name(String name)
The name of the Delta Lake data source.
name - The name of the Delta Lake data source.S3CatalogDeltaSource.Builder database(String database)
The name of the database to read from.
database - The name of the database to read from.S3CatalogDeltaSource.Builder table(String table)
The name of the table in the database to read from.
table - The name of the table in the database to read from.S3CatalogDeltaSource.Builder additionalDeltaOptions(Map<String,String> additionalDeltaOptions)
Specifies additional connection options.
additionalDeltaOptions - Specifies additional connection options.S3CatalogDeltaSource.Builder outputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the Delta Lake source.
outputSchemas - Specifies the data schema for the Delta Lake source.S3CatalogDeltaSource.Builder outputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the Delta Lake source.
outputSchemas - Specifies the data schema for the Delta Lake source.S3CatalogDeltaSource.Builder outputSchemas(Consumer<GlueSchema.Builder>... outputSchemas)
Specifies the data schema for the Delta Lake source.
This is a convenience method that creates an instance of theGlueSchema.Builder avoiding the need to create one
manually via GlueSchema.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #outputSchemas(List.
outputSchemas - a consumer that will call methods on
GlueSchema.Builder#outputSchemas(java.util.Collection) Copyright © 2023. All rights reserved.