public static class CreateRuleSetDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateRuleSetDetails |
build() |
CreateRuleSetDetails.Builder |
copy(CreateRuleSetDetails model) |
CreateRuleSetDetails.Builder |
items(List<Rule> items)
An array of rules that compose the rule set.
|
CreateRuleSetDetails.Builder |
name(String name)
The name for this set of rules.
|
public CreateRuleSetDetails.Builder name(String name)
The name for this set of rules. It must be unique and it cannot be changed. Avoid entering confidential information.
Example: example_rule_set
name
- the value to setpublic CreateRuleSetDetails.Builder items(List<Rule> items)
An array of rules that compose the rule set.
items
- the value to setpublic CreateRuleSetDetails build()
public CreateRuleSetDetails.Builder copy(CreateRuleSetDetails model)
Copyright © 2016–2024. All rights reserved.