public static class IndicatorSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IndicatorSummary.Builder |
attributes(List<IndicatorAttributeSummary> attributes)
A map of attributes with additional information about the indicator.
|
IndicatorSummary |
build() |
IndicatorSummary.Builder |
compartmentId(String compartmentId)
The OCID of the compartment that contains this indicator.
|
IndicatorSummary.Builder |
confidence(Integer confidence)
An integer from 0 to 100 that represents how certain we are that the indicator is
malicious and a potential threat if it is detected communicating with your cloud
resources.
|
IndicatorSummary.Builder |
copy(IndicatorSummary model) |
IndicatorSummary.Builder |
geodata(GeodataDetails geodata) |
IndicatorSummary.Builder |
id(String id)
The OCID of the indicator.
|
IndicatorSummary.Builder |
lifecycleState(LifecycleState lifecycleState)
The state of the indicator.
|
IndicatorSummary.Builder |
threatTypes(List<String> threatTypes)
Characteristics of the threat indicator based on previous observations or behavior.
|
IndicatorSummary.Builder |
timeCreated(Date timeCreated)
The date and time that the indicator was first detected.
|
IndicatorSummary.Builder |
timeLastSeen(Date timeLastSeen)
The date and time that this indicator was last seen.
|
IndicatorSummary.Builder |
timeUpdated(Date timeUpdated)
The date and time that this indicator was last updated by the system.
|
IndicatorSummary.Builder |
type(IndicatorType type)
The type of indicator.
|
IndicatorSummary.Builder |
value(String value)
The indicator data value.
|
public IndicatorSummary.Builder id(String id)
The OCID of the indicator.
id
- the value to setpublic IndicatorSummary.Builder type(IndicatorType type)
The type of indicator.
type
- the value to setpublic IndicatorSummary.Builder value(String value)
The indicator data value.
value
- the value to setpublic IndicatorSummary.Builder confidence(Integer confidence)
An integer from 0 to 100 that represents how certain we are that the indicator is malicious and a potential threat if it is detected communicating with your cloud resources. This confidence value is aggregated from the confidence in the threat types, attributes, and relationships to create an overall value for the indicator.
confidence
- the value to setpublic IndicatorSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains this indicator.
compartmentId
- the value to setpublic IndicatorSummary.Builder threatTypes(List<String> threatTypes)
Characteristics of the threat indicator based on previous observations or behavior. May include related tactics, techniques, and procedures.
threatTypes
- the value to setpublic IndicatorSummary.Builder attributes(List<IndicatorAttributeSummary> attributes)
A map of attributes with additional information about the indicator. Each attribute has a name (string), value (string), and attribution (supporting data).
attributes
- the value to setpublic IndicatorSummary.Builder lifecycleState(LifecycleState lifecycleState)
The state of the indicator. It will always be ACTIVE
.
lifecycleState
- the value to setpublic IndicatorSummary.Builder timeCreated(Date timeCreated)
The date and time that the indicator was first detected. An RFC3339 formatted string.
timeCreated
- the value to setpublic IndicatorSummary.Builder timeUpdated(Date timeUpdated)
The date and time that this indicator was last updated by the system. Updates can include
new reports or regular updates in confidence. The value is the same as timeCreated
for a new indicator. An RFC3339 formatted string.
timeUpdated
- the value to setpublic IndicatorSummary.Builder timeLastSeen(Date timeLastSeen)
The date and time that this indicator was last seen. The value is the same as timeCreated
for a new indicator. An RFC3339 formatted string.
timeLastSeen
- the value to setpublic IndicatorSummary.Builder geodata(GeodataDetails geodata)
public IndicatorSummary build()
public IndicatorSummary.Builder copy(IndicatorSummary model)
Copyright © 2016–2024. All rights reserved.