Uses of Interface
software.amazon.awssdk.services.dlm.model.ArchiveRule.Builder
-
Packages that use ArchiveRule.Builder Package Description software.amazon.awssdk.services.dlm.model -
-
Uses of ArchiveRule.Builder in software.amazon.awssdk.services.dlm.model
Methods in software.amazon.awssdk.services.dlm.model that return ArchiveRule.Builder Modifier and Type Method Description static ArchiveRule.BuilderArchiveRule. builder()default ArchiveRule.BuilderArchiveRule.Builder. retainRule(Consumer<ArchiveRetainRule.Builder> retainRule)Information about the retention period for the snapshot archiving rule.ArchiveRule.BuilderArchiveRule.Builder. retainRule(ArchiveRetainRule retainRule)Information about the retention period for the snapshot archiving rule.ArchiveRule.BuilderArchiveRule. toBuilder()Methods in software.amazon.awssdk.services.dlm.model that return types with arguments of type ArchiveRule.Builder Modifier and Type Method Description static Class<? extends ArchiveRule.Builder>ArchiveRule. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dlm.model with type arguments of type ArchiveRule.Builder Modifier and Type Method Description default Schedule.BuilderSchedule.Builder. archiveRule(Consumer<ArchiveRule.Builder> archiveRule)[Snapshot policies that target volumes only] The snapshot archiving rule for the schedule.
-