Interface SnapshotPolicy.UpdateStages.WithEnabled

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

public static interface SnapshotPolicy.UpdateStages.WithEnabled
The stage of the SnapshotPolicy update allowing to specify enabled.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the enabled property: The property to decide policy is enabled or not.
  • Method Details

    • withEnabled

      SnapshotPolicy.Update withEnabled(Boolean enabled)
      Specifies the enabled property: The property to decide policy is enabled or not.
      Parameters:
      enabled - The property to decide policy is enabled or not.
      Returns:
      the next definition stage.