Class IndicatorSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.threatintelligence.model.IndicatorSummary.Builder
 
- 
- Enclosing class:
- IndicatorSummary
 
 public static class IndicatorSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IndicatorSummary.Builderattributes(List<IndicatorAttributeSummary> attributes)A map of attributes with additional information about the indicator.IndicatorSummarybuild()IndicatorSummary.BuildercompartmentId(String compartmentId)The OCID of the compartment that contains this indicator.IndicatorSummary.Builderconfidence(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.Buildercopy(IndicatorSummary model)IndicatorSummary.Buildergeodata(GeodataDetails geodata)IndicatorSummary.Builderid(String id)The OCID of the indicator.IndicatorSummary.BuilderlifecycleState(LifecycleState lifecycleState)The state of the indicator.IndicatorSummary.BuilderthreatTypes(List<String> threatTypes)Characteristics of the threat indicator based on previous observations or behavior.IndicatorSummary.BuildertimeCreated(Date timeCreated)The date and time that the indicator was first detected.IndicatorSummary.BuildertimeLastSeen(Date timeLastSeen)The date and time that this indicator was last seen.IndicatorSummary.BuildertimeUpdated(Date timeUpdated)The date and time that this indicator was last updated by the system.IndicatorSummary.Buildertype(IndicatorType type)The type of indicator.IndicatorSummary.Buildervalue(String value)The indicator data value.
 
- 
- 
- 
Method Detail- 
idpublic IndicatorSummary.Builder id(String id) The OCID of the indicator.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
typepublic IndicatorSummary.Builder type(IndicatorType type) The type of indicator.- Parameters:
- type- the value to set
- Returns:
- this builder
 
 - 
valuepublic IndicatorSummary.Builder value(String value) The indicator data value.- Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
confidencepublic 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. - Parameters:
- confidence- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic IndicatorSummary.Builder compartmentId(String compartmentId) The OCID of the compartment that contains this indicator.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
threatTypespublic IndicatorSummary.Builder threatTypes(List<String> threatTypes) Characteristics of the threat indicator based on previous observations or behavior.May include related tactics, techniques, and procedures. - Parameters:
- threatTypes- the value to set
- Returns:
- this builder
 
 - 
attributespublic 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). - Parameters:
- attributes- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic IndicatorSummary.Builder lifecycleState(LifecycleState lifecycleState) The state of the indicator.It will always be ACTIVE. - Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic IndicatorSummary.Builder timeCreated(Date timeCreated) The date and time that the indicator was first detected.An RFC3339 formatted string. - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic 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. - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
timeLastSeenpublic 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. - Parameters:
- timeLastSeen- the value to set
- Returns:
- this builder
 
 - 
geodatapublic IndicatorSummary.Builder geodata(GeodataDetails geodata) 
 - 
buildpublic IndicatorSummary build() 
 - 
copypublic IndicatorSummary.Builder copy(IndicatorSummary model) 
 
- 
 
-