Interface PolicyDefinition.UpdateStages.WithPolicyType
- All Known Subinterfaces:
PolicyDefinition.Update
- Enclosing interface:
PolicyDefinition.UpdateStages
public static interface PolicyDefinition.UpdateStages.WithPolicyType
A policy definition allowing the policy type to be set.
-
Method Summary
Modifier and TypeMethodDescriptionwithPolicyType(PolicyType policyType) Specifies the type of the policy.
-
Method Details
-
withPolicyType
Specifies the type of the policy. The default value is 'NotSpecified'.- Parameters:
policyType- the policy type enum- Returns:
- the next stage of policy update
-