Uses of Class
com.oracle.bmc.waas.model.ProtectionRuleAction.Builder
-
Packages that use ProtectionRuleAction.Builder Package Description com.oracle.bmc.waas.model -
-
Uses of ProtectionRuleAction.Builder in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return ProtectionRuleAction.Builder Modifier and Type Method Description ProtectionRuleAction.Builder
ProtectionRuleAction.Builder. action(ProtectionRuleAction.Action action)
The action to apply to the protection rule.static ProtectionRuleAction.Builder
ProtectionRuleAction. builder()
Create a new builder.ProtectionRuleAction.Builder
ProtectionRuleAction.Builder. copy(ProtectionRuleAction model)
ProtectionRuleAction.Builder
ProtectionRuleAction.Builder. exclusions(List<ProtectionRuleExclusion> exclusions)
The types of requests excluded from the protection rule action.ProtectionRuleAction.Builder
ProtectionRuleAction.Builder. key(String key)
The unique key of the protection rule.ProtectionRuleAction.Builder
ProtectionRuleAction. toBuilder()
-