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