Interface PolicyAssignment.DefinitionStages.WithParameters
-
- All Known Subinterfaces:
PolicyAssignment.Definition,PolicyAssignment.DefinitionStages.WithCreate
- Enclosing interface:
- PolicyAssignment.DefinitionStages
public static interface PolicyAssignment.DefinitionStages.WithParametersA policy assignment allowing the parameters to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyAssignment.DefinitionStages.WithCreatewithParameter(String name, Object value)Specifies the parameter of the policy assignment.
-
-
-
Method Detail
-
withParameter
PolicyAssignment.DefinitionStages.WithCreate withParameter(String name, Object value)
Specifies the parameter of the policy assignment.- Parameters:
name- the name of the parametervalue- the value of the parameter- Returns:
- the next stage of policy assignment
-
-