public static interface ThreatIntelIndicator.Builder extends SdkPojo, CopyableBuilder<ThreatIntelIndicator.Builder,ThreatIntelIndicator>
| Modifier and Type | Method and Description |
|---|---|
ThreatIntelIndicator.Builder |
category(String category)
The category of a threat intelligence indicator.
|
ThreatIntelIndicator.Builder |
category(ThreatIntelIndicatorCategory category)
The category of a threat intelligence indicator.
|
ThreatIntelIndicator.Builder |
lastObservedAt(String lastObservedAt)
Indicates when the most recent instance of a threat intelligence indicator was observed.
|
ThreatIntelIndicator.Builder |
source(String source)
The source of the threat intelligence indicator.
|
ThreatIntelIndicator.Builder |
sourceUrl(String sourceUrl)
The URL to the page or site where you can get more information about the threat intelligence indicator.
|
ThreatIntelIndicator.Builder |
type(String type)
The type of threat intelligence indicator.
|
ThreatIntelIndicator.Builder |
type(ThreatIntelIndicatorType type)
The type of threat intelligence indicator.
|
ThreatIntelIndicator.Builder |
value(String value)
The value of a threat intelligence indicator.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildThreatIntelIndicator.Builder type(String type)
The type of threat intelligence indicator.
type - The type of threat intelligence indicator.ThreatIntelIndicatorType,
ThreatIntelIndicatorTypeThreatIntelIndicator.Builder type(ThreatIntelIndicatorType type)
The type of threat intelligence indicator.
type - The type of threat intelligence indicator.ThreatIntelIndicatorType,
ThreatIntelIndicatorTypeThreatIntelIndicator.Builder value(String value)
The value of a threat intelligence indicator.
value - The value of a threat intelligence indicator.ThreatIntelIndicator.Builder category(String category)
The category of a threat intelligence indicator.
category - The category of a threat intelligence indicator.ThreatIntelIndicatorCategory,
ThreatIntelIndicatorCategoryThreatIntelIndicator.Builder category(ThreatIntelIndicatorCategory category)
The category of a threat intelligence indicator.
category - The category of a threat intelligence indicator.ThreatIntelIndicatorCategory,
ThreatIntelIndicatorCategoryThreatIntelIndicator.Builder lastObservedAt(String lastObservedAt)
Indicates when the most recent instance of a threat intelligence indicator was observed.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces, and date and time should be separated by T. For example,
2020-03-22T13:22:13.933Z.
lastObservedAt - Indicates when the most recent instance of a threat intelligence indicator was observed.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T.
For example, 2020-03-22T13:22:13.933Z.
ThreatIntelIndicator.Builder source(String source)
The source of the threat intelligence indicator.
source - The source of the threat intelligence indicator.ThreatIntelIndicator.Builder sourceUrl(String sourceUrl)
The URL to the page or site where you can get more information about the threat intelligence indicator.
sourceUrl - The URL to the page or site where you can get more information about the threat intelligence
indicator.Copyright © 2023. All rights reserved.