static IcebergTableUpdate.Builder |
IcebergTableUpdate.builder() |
|
IcebergTableUpdate.Builder |
IcebergTableUpdate.Builder.location(String location) |
The updated S3 location where the Iceberg table data will be stored.
|
default IcebergTableUpdate.Builder |
IcebergTableUpdate.Builder.partitionSpec(Consumer<IcebergPartitionSpec.Builder> partitionSpec) |
The updated partitioning specification that defines how the table data should be reorganized and partitioned.
|
IcebergTableUpdate.Builder |
IcebergTableUpdate.Builder.partitionSpec(IcebergPartitionSpec partitionSpec) |
The updated partitioning specification that defines how the table data should be reorganized and partitioned.
|
IcebergTableUpdate.Builder |
IcebergTableUpdate.Builder.properties(Map<String,String> properties) |
Updated key-value pairs of table properties and configuration settings for the Iceberg table.
|
default IcebergTableUpdate.Builder |
IcebergTableUpdate.Builder.schema(Consumer<IcebergSchema.Builder> schema) |
The updated schema definition for the Iceberg table, specifying any changes to field structure, data types,
or schema metadata.
|
IcebergTableUpdate.Builder |
IcebergTableUpdate.Builder.schema(IcebergSchema schema) |
The updated schema definition for the Iceberg table, specifying any changes to field structure, data types,
or schema metadata.
|
default IcebergTableUpdate.Builder |
IcebergTableUpdate.Builder.sortOrder(Consumer<IcebergSortOrder.Builder> sortOrder) |
The updated sort order specification that defines how data should be ordered within partitions for optimal
query performance.
|
IcebergTableUpdate.Builder |
IcebergTableUpdate.Builder.sortOrder(IcebergSortOrder sortOrder) |
The updated sort order specification that defines how data should be ordered within partitions for optimal
query performance.
|
IcebergTableUpdate.Builder |
IcebergTableUpdate.toBuilder() |
|