static IcebergOptimizationProperties.Builder |
IcebergOptimizationProperties.builder() |
|
IcebergOptimizationProperties.Builder |
IcebergOptimizationProperties.Builder.compaction(Map<String,String> compaction) |
A map of key-value pairs that specify configuration parameters for Iceberg table compaction operations, which
optimize the layout of data files to improve query performance.
|
IcebergOptimizationProperties.Builder |
IcebergOptimizationProperties.Builder.orphanFileDeletion(Map<String,String> orphanFileDeletion) |
A map of key-value pairs that specify configuration parameters for Iceberg orphan file deletion operations,
which identify and remove files that are no longer referenced by the table metadata.
|
IcebergOptimizationProperties.Builder |
IcebergOptimizationProperties.Builder.retention(Map<String,String> retention) |
A map of key-value pairs that specify configuration parameters for Iceberg table retention operations, which
manage the lifecycle of table snapshots to control storage costs.
|
IcebergOptimizationProperties.Builder |
IcebergOptimizationProperties.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of the IAM role that will be assumed to perform Iceberg table optimization
operations.
|
IcebergOptimizationProperties.Builder |
IcebergOptimizationProperties.toBuilder() |
|