Uses of Interface
software.amazon.awssdk.services.glue.model.IcebergRetentionConfiguration.Builder
-
Packages that use IcebergRetentionConfiguration.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of IcebergRetentionConfiguration.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return IcebergRetentionConfiguration.Builder Modifier and Type Method Description static IcebergRetentionConfiguration.BuilderIcebergRetentionConfiguration. builder()IcebergRetentionConfiguration.BuilderIcebergRetentionConfiguration.Builder. cleanExpiredFiles(Boolean cleanExpiredFiles)If set to false, snapshots are only deleted from table metadata, and the underlying data and metadata files are not deleted.IcebergRetentionConfiguration.BuilderIcebergRetentionConfiguration.Builder. numberOfSnapshotsToRetain(Integer numberOfSnapshotsToRetain)The number of Iceberg snapshots to retain within the retention period.IcebergRetentionConfiguration.BuilderIcebergRetentionConfiguration.Builder. snapshotRetentionPeriodInDays(Integer snapshotRetentionPeriodInDays)The number of days to retain the Iceberg snapshots.IcebergRetentionConfiguration.BuilderIcebergRetentionConfiguration. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type IcebergRetentionConfiguration.Builder Modifier and Type Method Description static Class<? extends IcebergRetentionConfiguration.Builder>IcebergRetentionConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type IcebergRetentionConfiguration.Builder Modifier and Type Method Description default RetentionConfiguration.BuilderRetentionConfiguration.Builder. icebergConfiguration(Consumer<IcebergRetentionConfiguration.Builder> icebergConfiguration)The configuration for an Iceberg snapshot retention optimizer.
-