Interface Policy.DefinitionStages.WithEvaluatorType

All Known Subinterfaces:
Policy.Definition, Policy.DefinitionStages.WithCreate
Enclosing interface:
Policy.DefinitionStages

public static interface Policy.DefinitionStages.WithEvaluatorType
The stage of the Policy definition allowing to specify evaluatorType.
  • Method Details

    • withEvaluatorType

      Policy.DefinitionStages.WithCreate withEvaluatorType(PolicyEvaluatorType evaluatorType)
      Specifies the evaluatorType property: The evaluator type of the policy (i.e. AllowedValuesPolicy, MaxValuePolicy)..
      Parameters:
      evaluatorType - The evaluator type of the policy (i.e. AllowedValuesPolicy, MaxValuePolicy).
      Returns:
      the next definition stage.