Interface PolicyDefinition.DefinitionStages.WithDescription
-
- All Known Subinterfaces:
PolicyDefinition.Definition,PolicyDefinition.DefinitionStages.WithCreate
- Enclosing interface:
- PolicyDefinition.DefinitionStages
public static interface PolicyDefinition.DefinitionStages.WithDescriptionA policy definition allowing policy description to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyDefinition.DefinitionStages.WithCreatewithDescription(String description)Specifies the description of the policy.
-
-
-
Method Detail
-
withDescription
PolicyDefinition.DefinitionStages.WithCreate withDescription(String description)
Specifies the description of the policy.- Parameters:
description- the description of the policy- Returns:
- the next stage of policy definition
-
-