CatalogIcebergSource.Builder |
CatalogIcebergSource.Builder.additionalIcebergOptions(Map<String,String> additionalIcebergOptions) |
Specifies additional connection options for the Iceberg data source.
|
static CatalogIcebergSource.Builder |
CatalogIcebergSource.builder() |
|
CatalogIcebergSource.Builder |
CatalogIcebergSource.Builder.database(String database) |
The name of the database to read from.
|
CatalogIcebergSource.Builder |
CatalogIcebergSource.Builder.name(String name) |
The name of the Iceberg data source.
|
CatalogIcebergSource.Builder |
CatalogIcebergSource.Builder.outputSchemas(Collection<GlueSchema> outputSchemas) |
Specifies the data schema for the Iceberg source.
|
CatalogIcebergSource.Builder |
CatalogIcebergSource.Builder.outputSchemas(Consumer<GlueSchema.Builder>... outputSchemas) |
Specifies the data schema for the Iceberg source.
|
CatalogIcebergSource.Builder |
CatalogIcebergSource.Builder.outputSchemas(GlueSchema... outputSchemas) |
Specifies the data schema for the Iceberg source.
|
CatalogIcebergSource.Builder |
CatalogIcebergSource.Builder.table(String table) |
The name of the table in the database to read from.
|
CatalogIcebergSource.Builder |
CatalogIcebergSource.toBuilder() |
|