Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AllowRule |
build() |
AllowRule.Builder |
conditions(List<RuleCondition> conditions) |
AllowRule.Builder |
copy(AllowRule model) |
AllowRule.Builder |
description(String description)
A brief description of the access control rule.
|
public AllowRule.Builder conditions(List<RuleCondition> conditions)
public AllowRule.Builder description(String description)
A brief description of the access control rule. Avoid entering confidential information.
example: 192.168.0.0/16 and 2001:db8::/32 are trusted clients. Whitelist them.
description
- the value to setpublic AllowRule build()
public AllowRule.Builder copy(AllowRule model)
Copyright © 2016–2024. All rights reserved.