Package com.oracle.bmc.waas.model
Class ProtectionRuleExclusion.Builder
- java.lang.Object
-
- com.oracle.bmc.waas.model.ProtectionRuleExclusion.Builder
-
- Enclosing class:
- ProtectionRuleExclusion
public static class ProtectionRuleExclusion.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProtectionRuleExclusion
build()
ProtectionRuleExclusion.Builder
copy(ProtectionRuleExclusion model)
ProtectionRuleExclusion.Builder
exclusions(List<String> exclusions)
ProtectionRuleExclusion.Builder
target(ProtectionRuleExclusion.Target target)
The target of the exclusion.
-
-
-
Method Detail
-
target
public ProtectionRuleExclusion.Builder target(ProtectionRuleExclusion.Target target)
The target of the exclusion.- Parameters:
target
- the value to set- Returns:
- this builder
-
exclusions
public ProtectionRuleExclusion.Builder exclusions(List<String> exclusions)
-
build
public ProtectionRuleExclusion build()
-
copy
public ProtectionRuleExclusion.Builder copy(ProtectionRuleExclusion model)
-
-