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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ProtectionRuleExclusionbuild()ProtectionRuleExclusion.Buildercopy(ProtectionRuleExclusion model)ProtectionRuleExclusion.Builderexclusions(List<String> exclusions)ProtectionRuleExclusion.Buildertarget(ProtectionRuleExclusion.Target target)The target of the exclusion.
 
- 
- 
- 
Method Detail- 
targetpublic ProtectionRuleExclusion.Builder target(ProtectionRuleExclusion.Target target) The target of the exclusion.- Parameters:
- target- the value to set
- Returns:
- this builder
 
 - 
exclusionspublic ProtectionRuleExclusion.Builder exclusions(List<String> exclusions) 
 - 
buildpublic ProtectionRuleExclusion build() 
 - 
copypublic ProtectionRuleExclusion.Builder copy(ProtectionRuleExclusion model) 
 
- 
 
-