Interface IcebergSnapshotManagementSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IcebergSnapshotManagementSettings.Builder,
,IcebergSnapshotManagementSettings> SdkBuilder<IcebergSnapshotManagementSettings.Builder,
,IcebergSnapshotManagementSettings> SdkPojo
- Enclosing class:
IcebergSnapshotManagementSettings
@Mutable
@NotThreadSafe
public static interface IcebergSnapshotManagementSettings.Builder
extends SdkPojo, CopyableBuilder<IcebergSnapshotManagementSettings.Builder,IcebergSnapshotManagementSettings>
-
Method Summary
Modifier and TypeMethodDescriptionmaxSnapshotAgeHours
(Integer maxSnapshotAgeHours) The maximum age of a snapshot before it can be expired.minSnapshotsToKeep
(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 Details
-
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
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.
-