Interface IcebergSnapshotManagementSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IcebergSnapshotManagementSettings.Builder,IcebergSnapshotManagementSettings>,SdkBuilder<IcebergSnapshotManagementSettings.Builder,IcebergSnapshotManagementSettings>,SdkPojo
- Enclosing class:
- IcebergSnapshotManagementSettings
public static interface IcebergSnapshotManagementSettings.Builder extends SdkPojo, CopyableBuilder<IcebergSnapshotManagementSettings.Builder,IcebergSnapshotManagementSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IcebergSnapshotManagementSettings.BuildermaxSnapshotAgeHours(Integer maxSnapshotAgeHours)The maximum age of a snapshot before it can be expired.IcebergSnapshotManagementSettings.BuilderminSnapshotsToKeep(Integer minSnapshotsToKeep)The minimum number of snapshots to keep.-
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
-
minSnapshotsToKeep
IcebergSnapshotManagementSettings.Builder minSnapshotsToKeep(Integer minSnapshotsToKeep)
The minimum number of snapshots to keep.
- Parameters:
minSnapshotsToKeep- The minimum number of snapshots to keep.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxSnapshotAgeHours
IcebergSnapshotManagementSettings.Builder maxSnapshotAgeHours(Integer maxSnapshotAgeHours)
The maximum age of a snapshot before it can be expired.
- Parameters:
maxSnapshotAgeHours- The maximum age of a snapshot before it can be expired.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-