Uses of Interface
software.amazon.awssdk.services.s3tables.model.IcebergCompactionSettings.Builder
-
Packages that use IcebergCompactionSettings.Builder Package Description software.amazon.awssdk.services.s3tables.model -
-
Uses of IcebergCompactionSettings.Builder in software.amazon.awssdk.services.s3tables.model
Methods in software.amazon.awssdk.services.s3tables.model that return IcebergCompactionSettings.Builder Modifier and Type Method Description static IcebergCompactionSettings.BuilderIcebergCompactionSettings. builder()IcebergCompactionSettings.BuilderIcebergCompactionSettings.Builder. targetFileSizeMB(Integer targetFileSizeMB)The target file size for the table in MB.IcebergCompactionSettings.BuilderIcebergCompactionSettings. toBuilder()Methods in software.amazon.awssdk.services.s3tables.model that return types with arguments of type IcebergCompactionSettings.Builder Modifier and Type Method Description static Class<? extends IcebergCompactionSettings.Builder>IcebergCompactionSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3tables.model with type arguments of type IcebergCompactionSettings.Builder Modifier and Type Method Description static TableMaintenanceSettingsTableMaintenanceSettings. fromIcebergCompaction(Consumer<IcebergCompactionSettings.Builder> icebergCompaction)Create an instance of this class withTableMaintenanceSettings.icebergCompaction()initialized to the given value.default TableMaintenanceSettings.BuilderTableMaintenanceSettings.Builder. icebergCompaction(Consumer<IcebergCompactionSettings.Builder> icebergCompaction)Contains details about the Iceberg compaction settings for the table.
-