Package com.oracle.bmc.waas.model
Class ThreatFeed.Builder
- java.lang.Object
- 
- com.oracle.bmc.waas.model.ThreatFeed.Builder
 
- 
- Enclosing class:
- ThreatFeed
 
 public static class ThreatFeed.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ThreatFeed.Builderaction(ThreatFeed.Action action)The action to take when traffic is flagged as malicious by data from the threat intelligence feed.ThreatFeedbuild()ThreatFeed.Buildercopy(ThreatFeed model)ThreatFeed.Builderdescription(String description)The description of the threat intelligence feed.ThreatFeed.Builderkey(String key)The unique key of the threat intelligence feed.ThreatFeed.Buildername(String name)The name of the threat intelligence feed.
 
- 
- 
- 
Method Detail- 
keypublic ThreatFeed.Builder key(String key) The unique key of the threat intelligence feed.- Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
namepublic ThreatFeed.Builder name(String name) The name of the threat intelligence feed.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
actionpublic ThreatFeed.Builder action(ThreatFeed.Action action) The action to take when traffic is flagged as malicious by data from the threat intelligence feed.If unspecified, defaults to OFF. - Parameters:
- action- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic ThreatFeed.Builder description(String description) The description of the threat intelligence feed.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
buildpublic ThreatFeed build() 
 - 
copypublic ThreatFeed.Builder copy(ThreatFeed model) 
 
- 
 
-