public static class ResponseProtection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ResponseProtection |
build() |
ResponseProtection.Builder |
copy(ResponseProtection model) |
ResponseProtection.Builder |
rules(List<ProtectionRule> rules)
Ordered list of ProtectionRules.
|
public ResponseProtection.Builder rules(List<ProtectionRule> rules)
Ordered list of ProtectionRules. Rules are executed in order of appearance in this array. ProtectionRules in this array can only use protection capabilities of RESPONSE_PROTECTION_CAPABILITY type.
rules
- the value to setpublic ResponseProtection build()
public ResponseProtection.Builder copy(ResponseProtection model)
Copyright © 2016–2024. All rights reserved.