Uses of Class
com.oracle.bmc.waas.model.ProtectionRule.Builder
-
Packages that use ProtectionRule.Builder Package Description com.oracle.bmc.waas.model -
-
Uses of ProtectionRule.Builder in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return ProtectionRule.Builder Modifier and Type Method Description ProtectionRule.Builder
ProtectionRule.Builder. action(ProtectionRule.Action action)
The action to take when the traffic is detected as malicious.static ProtectionRule.Builder
ProtectionRule. builder()
Create a new builder.ProtectionRule.Builder
ProtectionRule.Builder. copy(ProtectionRule model)
ProtectionRule.Builder
ProtectionRule.Builder. description(String description)
The description of the protection rule.ProtectionRule.Builder
ProtectionRule.Builder. exclusions(List<ProtectionRuleExclusion> exclusions)
ProtectionRule.Builder
ProtectionRule.Builder. key(String key)
The unique key of the protection rule.ProtectionRule.Builder
ProtectionRule.Builder. labels(List<String> labels)
The list of labels for the protection rule.ProtectionRule.Builder
ProtectionRule.Builder. modSecurityRuleIds(List<String> modSecurityRuleIds)
The list of the ModSecurity rule IDs that apply to this protection rule.ProtectionRule.Builder
ProtectionRule.Builder. name(String name)
The name of the protection rule.ProtectionRule.Builder
ProtectionRule. toBuilder()
-