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.model
Methods in com.oracle.bmc.waas.model that return CustomProtectionRuleSetting.Builder Modifier and Type Method Description CustomProtectionRuleSetting.Builder
CustomProtectionRuleSetting.Builder. action(CustomProtectionRuleSetting.Action action)
The action to take when the custom protection rule is triggered.static CustomProtectionRuleSetting.Builder
CustomProtectionRuleSetting. builder()
Create a new builder.CustomProtectionRuleSetting.Builder
CustomProtectionRuleSetting.Builder. copy(CustomProtectionRuleSetting model)
CustomProtectionRuleSetting.Builder
CustomProtectionRuleSetting.Builder. exclusions(List<ProtectionRuleExclusion> exclusions)
CustomProtectionRuleSetting.Builder
CustomProtectionRuleSetting.Builder. id(String id)
The OCID of the custom protection rule.CustomProtectionRuleSetting.Builder
CustomProtectionRuleSetting. toBuilder()
-