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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThreatFeedAction.Builder
action(ThreatFeedAction.Action action)
The selected action.ThreatFeedAction
build()
ThreatFeedAction.Builder
copy(ThreatFeedAction model)
ThreatFeedAction.Builder
key(String key)
The unique key of the object for which the action applies.
-
-
-
Method Detail
-
key
public 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
-
action
public ThreatFeedAction.Builder action(ThreatFeedAction.Action action)
The selected action.If unspecified, defaults to OFF.
- Parameters:
action
- the value to set- Returns:
- this builder
-
build
public ThreatFeedAction build()
-
copy
public ThreatFeedAction.Builder copy(ThreatFeedAction model)
-
-