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