S3IcebergCatalogTarget.Builder |
S3IcebergCatalogTarget.Builder.additionalOptions(Map<String,String> additionalOptions) |
Specifies additional connection options for the Iceberg catalog target.
|
default S3IcebergCatalogTarget.Builder |
S3IcebergCatalogTarget.Builder.autoDataQuality(Consumer<AutoDataQuality.Builder> autoDataQuality) |
Specifies whether to automatically enable data quality evaluation for the S3 Iceberg catalog target.
|
S3IcebergCatalogTarget.Builder |
S3IcebergCatalogTarget.Builder.autoDataQuality(AutoDataQuality autoDataQuality) |
Specifies whether to automatically enable data quality evaluation for the S3 Iceberg catalog target.
|
static S3IcebergCatalogTarget.Builder |
S3IcebergCatalogTarget.builder() |
|
S3IcebergCatalogTarget.Builder |
S3IcebergCatalogTarget.Builder.database(String database) |
The name of the database to write to.
|
S3IcebergCatalogTarget.Builder |
S3IcebergCatalogTarget.Builder.inputs(String... inputs) |
The input connection for the Iceberg catalog target.
|
S3IcebergCatalogTarget.Builder |
S3IcebergCatalogTarget.Builder.inputs(Collection<String> inputs) |
The input connection for the Iceberg catalog target.
|
S3IcebergCatalogTarget.Builder |
S3IcebergCatalogTarget.Builder.name(String name) |
The name of the Iceberg catalog target.
|
S3IcebergCatalogTarget.Builder |
S3IcebergCatalogTarget.Builder.partitionKeys(Collection<? extends Collection<String>> partitionKeys) |
A list of partition keys for the Iceberg table.
|
S3IcebergCatalogTarget.Builder |
S3IcebergCatalogTarget.Builder.partitionKeys(Collection<String>... partitionKeys) |
A list of partition keys for the Iceberg table.
|
default S3IcebergCatalogTarget.Builder |
S3IcebergCatalogTarget.Builder.schemaChangePolicy(Consumer<CatalogSchemaChangePolicy.Builder> schemaChangePolicy) |
The policy for handling schema changes in the catalog target.
|
S3IcebergCatalogTarget.Builder |
S3IcebergCatalogTarget.Builder.schemaChangePolicy(CatalogSchemaChangePolicy schemaChangePolicy) |
The policy for handling schema changes in the catalog target.
|
S3IcebergCatalogTarget.Builder |
S3IcebergCatalogTarget.Builder.table(String table) |
The name of the table to write to in the catalog.
|
S3IcebergCatalogTarget.Builder |
S3IcebergCatalogTarget.toBuilder() |
|