public abstract static class IcebergDestination.Builder
extends java.lang.Object
| Constructor and Description | 
|---|
Builder()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract IcebergDestination | 
build()  | 
abstract IcebergDestination.Builder | 
setFileFormat(org.apache.iceberg.FileFormat fileFormat)  | 
abstract IcebergDestination.Builder | 
setTableCreateConfig(@Nullable IcebergTableCreateConfig createConfig)  | 
abstract IcebergDestination.Builder | 
setTableIdentifier(org.apache.iceberg.catalog.TableIdentifier tableId)  | 
public abstract IcebergDestination.Builder setTableIdentifier(org.apache.iceberg.catalog.TableIdentifier tableId)
public abstract IcebergDestination.Builder setFileFormat(org.apache.iceberg.FileFormat fileFormat)
public abstract IcebergDestination.Builder setTableCreateConfig(@Nullable IcebergTableCreateConfig createConfig)
@Pure public abstract IcebergDestination build()