public static class ThreatFeed.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ThreatFeed.Builder |
action(ThreatFeed.Action action)
The action to take when traffic is flagged as malicious by data from the threat
intelligence feed.
|
ThreatFeed |
build() |
ThreatFeed.Builder |
copy(ThreatFeed model) |
ThreatFeed.Builder |
description(String description)
The description of the threat intelligence feed.
|
ThreatFeed.Builder |
key(String key)
The unique key of the threat intelligence feed.
|
ThreatFeed.Builder |
name(String name)
The name of the threat intelligence feed.
|
public ThreatFeed.Builder key(String key)
The unique key of the threat intelligence feed.
key
- the value to setpublic ThreatFeed.Builder name(String name)
The name of the threat intelligence feed.
name
- the value to setpublic 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
.
action
- the value to setpublic ThreatFeed.Builder description(String description)
The description of the threat intelligence feed.
description
- the value to setpublic ThreatFeed build()
public ThreatFeed.Builder copy(ThreatFeed model)
Copyright © 2016–2024. All rights reserved.