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