@DefaultSchema(value=AutoValueSchema.class) public abstract static class IcebergWriteSchemaTransformProvider.Config extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
IcebergWriteSchemaTransformProvider.Config.Builder |
Constructor and Description |
---|
Config() |
Modifier and Type | Method and Description |
---|---|
static IcebergWriteSchemaTransformProvider.Config.Builder |
builder() |
abstract java.lang.String |
getCatalogName() |
abstract java.util.Map<java.lang.String,java.lang.String> |
getCatalogProperties() |
abstract java.lang.String |
getTable() |
public static IcebergWriteSchemaTransformProvider.Config.Builder builder()
@SchemaFieldDescription(value="Identifier of the Iceberg table to write to.") public abstract java.lang.String getTable()
@SchemaFieldDescription(value="Name of the catalog containing the table.") public abstract java.lang.String getCatalogName()
@SchemaFieldDescription(value="Configuration properties used to set up the Iceberg catalog.") public abstract java.util.Map<java.lang.String,java.lang.String> getCatalogProperties()