Interface PolicyAssignment.DefinitionStages.WithPolicyDefinition
-
- All Known Subinterfaces:
PolicyAssignment.Definition
- Enclosing interface:
- PolicyAssignment.DefinitionStages
public static interface PolicyAssignment.DefinitionStages.WithPolicyDefinitionA policy assignment allowing the policy definition to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyAssignment.DefinitionStages.WithCreatewithPolicyDefinition(PolicyDefinition policyDefinition)Specifies the policy definition.PolicyAssignment.DefinitionStages.WithCreatewithPolicyDefinitionId(String policyDefinitionId)Specifies the policy assignment.
-
-
-
Method Detail
-
withPolicyDefinitionId
PolicyAssignment.DefinitionStages.WithCreate withPolicyDefinitionId(String policyDefinitionId)
Specifies the policy assignment.- Parameters:
policyDefinitionId- the ID of the policy assignment- Returns:
- the next stage of policy assignment
-
withPolicyDefinition
PolicyAssignment.DefinitionStages.WithCreate withPolicyDefinition(PolicyDefinition policyDefinition)
Specifies the policy definition.- Parameters:
policyDefinition- the policy definition- Returns:
- the next stage of policy assignment
-
-