Interface IcebergCompactionSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IcebergCompactionSettings.Builder,IcebergCompactionSettings>,SdkBuilder<IcebergCompactionSettings.Builder,IcebergCompactionSettings>,SdkPojo
- Enclosing class:
- IcebergCompactionSettings
public static interface IcebergCompactionSettings.Builder extends SdkPojo, CopyableBuilder<IcebergCompactionSettings.Builder,IcebergCompactionSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IcebergCompactionSettings.BuildertargetFileSizeMB(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 Detail
-
targetFileSizeMB
IcebergCompactionSettings.Builder targetFileSizeMB(Integer 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.
-
-