public static class DataAttribution.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DataAttribution |
build() |
DataAttribution.Builder |
confidence(Integer confidence)
An integer from 0 to 100 that provides a measure of our certainty in the maliciousness of
data attributed to an indicator.
|
DataAttribution.Builder |
copy(DataAttribution model) |
DataAttribution.Builder |
source(IndicatorSourceSummary source) |
DataAttribution.Builder |
timeFirstSeen(Date timeFirstSeen)
The date and time the attribution data was first seen for this entity.
|
DataAttribution.Builder |
timeLastSeen(Date timeLastSeen)
The last date and time the attribution data was seen for this entity.
|
DataAttribution.Builder |
visibility(DataVisibility visibility) |
public DataAttribution.Builder confidence(Integer confidence)
An integer from 0 to 100 that provides a measure of our certainty in the maliciousness of data attributed to an indicator. For example, if the source of the data being attributed is the Tor Project, our confidence that the associated indicator is a tor exit node would be 100.
confidence
- the value to setpublic DataAttribution.Builder source(IndicatorSourceSummary source)
public DataAttribution.Builder visibility(DataVisibility visibility)
public DataAttribution.Builder timeFirstSeen(Date timeFirstSeen)
The date and time the attribution data was first seen for this entity. If the data source does not provide this information, it is set to the last time it was seen. An RFC3339 formatted string.
timeFirstSeen
- the value to setpublic DataAttribution.Builder timeLastSeen(Date timeLastSeen)
The last date and time the attribution data was seen for this entity. An RFC3339 formatted string.
timeLastSeen
- the value to setpublic DataAttribution build()
public DataAttribution.Builder copy(DataAttribution model)
Copyright © 2016–2024. All rights reserved.