Uses of Class
com.oracle.bmc.waf.model.ProtectionRule.Builder
-
Packages that use ProtectionRule.Builder Package Description com.oracle.bmc.waf.model -
-
Uses of ProtectionRule.Builder in com.oracle.bmc.waf.model
Methods in com.oracle.bmc.waf.model that return ProtectionRule.Builder Modifier and Type Method Description ProtectionRule.Builder
ProtectionRule.Builder. actionName(String actionName)
static ProtectionRule.Builder
ProtectionRule. builder()
Create a new builder.ProtectionRule.Builder
ProtectionRule.Builder. condition(String condition)
ProtectionRule.Builder
ProtectionRule.Builder. conditionLanguage(WebAppFirewallPolicyRule.ConditionLanguage conditionLanguage)
ProtectionRule.Builder
ProtectionRule.Builder. copy(ProtectionRule model)
ProtectionRule.Builder
ProtectionRule.Builder. isBodyInspectionEnabled(Boolean isBodyInspectionEnabled)
Enables/disables body inspection for this protection rule.ProtectionRule.Builder
ProtectionRule.Builder. name(String name)
ProtectionRule.Builder
ProtectionRule.Builder. protectionCapabilities(List<ProtectionCapability> protectionCapabilities)
An ordered list that references OCI-managed protection capabilities.ProtectionRule.Builder
ProtectionRule.Builder. protectionCapabilitySettings(ProtectionCapabilitySettings protectionCapabilitySettings)
ProtectionRule.Builder
ProtectionRule. toBuilder()
-