Uses of Class
com.oracle.bmc.waas.model.CustomProtectionRuleSetting.Builder
- 
Packages that use CustomProtectionRuleSetting.Builder Package Description com.oracle.bmc.waas.model 
- 
- 
Uses of CustomProtectionRuleSetting.Builder in com.oracle.bmc.waas.modelMethods in com.oracle.bmc.waas.model that return CustomProtectionRuleSetting.Builder Modifier and Type Method Description CustomProtectionRuleSetting.BuilderCustomProtectionRuleSetting.Builder. action(CustomProtectionRuleSetting.Action action)The action to take when the custom protection rule is triggered.static CustomProtectionRuleSetting.BuilderCustomProtectionRuleSetting. builder()Create a new builder.CustomProtectionRuleSetting.BuilderCustomProtectionRuleSetting.Builder. copy(CustomProtectionRuleSetting model)CustomProtectionRuleSetting.BuilderCustomProtectionRuleSetting.Builder. exclusions(List<ProtectionRuleExclusion> exclusions)CustomProtectionRuleSetting.BuilderCustomProtectionRuleSetting.Builder. id(String id)The OCID of the custom protection rule.CustomProtectionRuleSetting.BuilderCustomProtectionRuleSetting. toBuilder()
 
-