Interface IcebergCompactionSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IcebergCompactionSettings.Builder,
,IcebergCompactionSettings> SdkBuilder<IcebergCompactionSettings.Builder,
,IcebergCompactionSettings> SdkPojo
- Enclosing class:
IcebergCompactionSettings
@Mutable
@NotThreadSafe
public static interface IcebergCompactionSettings.Builder
extends SdkPojo, CopyableBuilder<IcebergCompactionSettings.Builder,IcebergCompactionSettings>
-
Method Summary
Modifier and TypeMethodDescriptionThe compaction strategy to use for the table.strategy
(IcebergCompactionStrategy strategy) The compaction strategy to use for the table.targetFileSizeMB
(Integer targetFileSizeMB) The target file size for the table in MB.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
targetFileSizeMB
The target file size for the table in MB.
- Parameters:
targetFileSizeMB
- The target file size for the table in MB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
strategy
The compaction strategy to use for the table. This determines how files are selected and combined during compaction operations.
- Parameters:
strategy
- The compaction strategy to use for the table. This determines how files are selected and combined during compaction operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
strategy
The compaction strategy to use for the table. This determines how files are selected and combined during compaction operations.
- Parameters:
strategy
- The compaction strategy to use for the table. This determines how files are selected and combined during compaction operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-