Indicator.Builder |
Indicator.Builder.attributes(List<IndicatorAttribute> attributes) |
A map of attributes with additional information about the indicator.
|
static Indicator.Builder |
Indicator.builder() |
Create a new builder.
|
Indicator.Builder |
Indicator.Builder.compartmentId(String compartmentId) |
The OCID of the compartment that contains this indicator.
|
Indicator.Builder |
Indicator.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.
|
Indicator.Builder |
Indicator.Builder.copy(Indicator model) |
|
Indicator.Builder |
Indicator.Builder.geodata(GeodataDetails geodata) |
|
Indicator.Builder |
Indicator.Builder.id(String id) |
The OCID of the indicator.
|
Indicator.Builder |
Indicator.Builder.lifecycleState(LifecycleState lifecycleState) |
The state of the indicator.
|
Indicator.Builder |
Indicator.Builder.relationships(List<IndicatorRelationship> relationships) |
A map of relationships between the indicator and other entities.
|
Indicator.Builder |
Indicator.Builder.threatTypes(List<ThreatType> threatTypes) |
Characteristics of the threat indicator based on previous observations or behavior.
|
Indicator.Builder |
Indicator.Builder.timeCreated(Date timeCreated) |
The date and time that the indicator was first detected.
|
Indicator.Builder |
Indicator.Builder.timeLastSeen(Date timeLastSeen) |
The date and time that this indicator was last seen.
|
Indicator.Builder |
Indicator.Builder.timeUpdated(Date timeUpdated) |
The date and time that this indicator was last updated.
|
Indicator.Builder |
Indicator.toBuilder() |
|
Indicator.Builder |
Indicator.Builder.type(IndicatorType type) |
The type of indicator.
|
Indicator.Builder |
Indicator.Builder.value(String value) |
The value for this indicator.
|