Package com.oracle.bmc.waas.model
Class ThreatFeedAction.Builder
- java.lang.Object
- 
- com.oracle.bmc.waas.model.ThreatFeedAction.Builder
 
- 
- Enclosing class:
- ThreatFeedAction
 
 public static class ThreatFeedAction.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ThreatFeedAction.Builderaction(ThreatFeedAction.Action action)The selected action.ThreatFeedActionbuild()ThreatFeedAction.Buildercopy(ThreatFeedAction model)ThreatFeedAction.Builderkey(String key)The unique key of the object for which the action applies.
 
- 
- 
- 
Method Detail- 
keypublic ThreatFeedAction.Builder key(String key) The unique key of the object for which the action applies.- Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
actionpublic ThreatFeedAction.Builder action(ThreatFeedAction.Action action) The selected action.If unspecified, defaults to OFF. - Parameters:
- action- the value to set
- Returns:
- this builder
 
 - 
buildpublic ThreatFeedAction build() 
 - 
copypublic ThreatFeedAction.Builder copy(ThreatFeedAction model) 
 
- 
 
-