public static class ThreatFeedAction.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public ThreatFeedAction.Builder key(String key)
The unique key of the object for which the action applies.
key
- the value to setpublic ThreatFeedAction.Builder action(ThreatFeedAction.Action action)
The selected action. If unspecified, defaults to OFF
.
action
- the value to setpublic ThreatFeedAction build()
public ThreatFeedAction.Builder copy(ThreatFeedAction model)
Copyright © 2016–2024. All rights reserved.