Interface IcebergOrphanFileDeletionConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IcebergOrphanFileDeletionConfiguration.Builder,
,IcebergOrphanFileDeletionConfiguration> SdkBuilder<IcebergOrphanFileDeletionConfiguration.Builder,
,IcebergOrphanFileDeletionConfiguration> SdkPojo
- Enclosing class:
IcebergOrphanFileDeletionConfiguration
public static interface IcebergOrphanFileDeletionConfiguration.Builder
extends SdkPojo, CopyableBuilder<IcebergOrphanFileDeletionConfiguration.Builder,IcebergOrphanFileDeletionConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies a directory in which to look for files (defaults to the table's location).orphanFileRetentionPeriodInDays
(Integer orphanFileRetentionPeriodInDays) The number of days that orphan files should be retained before file deletion.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, sdkFields
-
Method Details
-
orphanFileRetentionPeriodInDays
IcebergOrphanFileDeletionConfiguration.Builder orphanFileRetentionPeriodInDays(Integer orphanFileRetentionPeriodInDays) The number of days that orphan files should be retained before file deletion. If an input is not provided, the default value 3 will be used.
- Parameters:
orphanFileRetentionPeriodInDays
- The number of days that orphan files should be retained before file deletion. If an input is not provided, the default value 3 will be used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
location
Specifies a directory in which to look for files (defaults to the table's location). You may choose a sub-directory rather than the top-level table location.
- Parameters:
location
- Specifies a directory in which to look for files (defaults to the table's location). You may choose a sub-directory rather than the top-level table location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-