public static class SelectionCriteria.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SelectionCriteria |
build() |
SelectionCriteria.Builder |
copy(SelectionCriteria model) |
SelectionCriteria.Builder |
matchCondition(SelectionCriteria.MatchCondition matchCondition)
Match condition for the rule selection.
|
SelectionCriteria.Builder |
rules(List<Rule> rules)
Rules.
|
public SelectionCriteria.Builder matchCondition(SelectionCriteria.MatchCondition matchCondition)
Match condition for the rule selection. Include resources that match all rules or any of the rules.
matchCondition
- the value to setpublic SelectionCriteria.Builder rules(List<Rule> rules)
Rules.
rules
- the value to setpublic SelectionCriteria build()
public SelectionCriteria.Builder copy(SelectionCriteria model)
Copyright © 2016–2024. All rights reserved.