Interface ManagementLock.UpdateStages.WithLevel
-
- All Known Subinterfaces:
ManagementLock.Update
- Enclosing interface:
- ManagementLock.UpdateStages
public static interface ManagementLock.UpdateStages.WithLevelThe stage of a management lock update allowing to modify the level of the lock.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagementLock.UpdatewithLevel(LockLevel level)Specifies the lock level.
-
-
-
Method Detail
-
withLevel
ManagementLock.Update withLevel(LockLevel level)
Specifies the lock level.- Parameters:
level- the level of the lock- Returns:
- the next stage of the definition
-
-