Interface SnapshotPolicy.UpdateStages.WithDailySchedule

  • All Known Subinterfaces:
    SnapshotPolicy.Update
    Enclosing interface:
    SnapshotPolicy.UpdateStages

    public static interface SnapshotPolicy.UpdateStages.WithDailySchedule
    The stage of the SnapshotPolicy update allowing to specify dailySchedule.
    • Method Detail

      • withDailySchedule

        SnapshotPolicy.Update withDailySchedule​(DailySchedule dailySchedule)
        Specifies the dailySchedule property: Schedule for daily snapshots.
        Parameters:
        dailySchedule - Schedule for daily snapshots.
        Returns:
        the next definition stage.