Interface ManagementLock.DefinitionStages.WithLevel
-
- All Known Subinterfaces:
ManagementLock.Definition
- Enclosing interface:
- ManagementLock.DefinitionStages
public static interface ManagementLock.DefinitionStages.WithLevelThe stage of a management lock definition allowing to specify notes for the lock.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagementLock.DefinitionStages.WithCreatewithLevel(LockLevel level)Specifies the lock level.
-
-
-
Method Detail
-
withLevel
ManagementLock.DefinitionStages.WithCreate withLevel(LockLevel level)
Specifies the lock level.- Parameters:
level- the level of the lock- Returns:
- the next stage of the definition
-
-