Interface PolicyAssignment.DefinitionStages.WithEnforcementMode
-
- All Known Subinterfaces:
PolicyAssignment.Definition,PolicyAssignment.DefinitionStages.WithCreate
- Enclosing interface:
- PolicyAssignment.DefinitionStages
public static interface PolicyAssignment.DefinitionStages.WithEnforcementModeA policy assignment allowing the enforcement mode to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyAssignment.DefinitionStages.WithCreatewithEnforcementMode(EnforcementMode mode)Specifies the enforcement mode of the policy assignment.
-
-
-
Method Detail
-
withEnforcementMode
PolicyAssignment.DefinitionStages.WithCreate withEnforcementMode(EnforcementMode mode)
Specifies the enforcement mode of the policy assignment.- Parameters:
mode- the enforcement mode of the policy assignment- Returns:
- the next stage of policy assignment
-
-