public static class SummarizeIndicatorsDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SummarizeIndicatorsDetails |
build() |
SummarizeIndicatorsDetails.Builder |
confidenceGreaterThanOrEqualTo(Integer confidenceGreaterThanOrEqualTo)
The minimum level of confidence to return
|
SummarizeIndicatorsDetails.Builder |
copy(SummarizeIndicatorsDetails model) |
SummarizeIndicatorsDetails.Builder |
indicatorSeenBy(String indicatorSeenBy)
Filter to include indicators that have been seen by the provided source.
|
SummarizeIndicatorsDetails.Builder |
indicatorType(IndicatorType indicatorType)
The type of indicator this is
|
SummarizeIndicatorsDetails.Builder |
indicatorValue(String indicatorValue)
The value for the type of indicator this is
|
SummarizeIndicatorsDetails.Builder |
malware(String malware)
Filter to include indicators associated with the provided malware.
|
SummarizeIndicatorsDetails.Builder |
sortBy(SummarizeIndicatorsDetails.SortBy sortBy)
The field to sort by.
|
SummarizeIndicatorsDetails.Builder |
sortOrder(SortOrder sortOrder)
The sort order to use, either ‘ASC’ or ‘DESC’.
|
SummarizeIndicatorsDetails.Builder |
threatActor(String threatActor)
Filter to included indicators associated with the provided threat actor.
|
SummarizeIndicatorsDetails.Builder |
threatTypes(List<String> threatTypes)
The threat type of entites to be returned.
|
SummarizeIndicatorsDetails.Builder |
timeCreatedGreaterThanOrEqualTo(Date timeCreatedGreaterThanOrEqualTo)
The oldest creation time of entities to be returned.
|
SummarizeIndicatorsDetails.Builder |
timeCreatedLessThan(Date timeCreatedLessThan)
The newest creation time of entities to be returned.
|
SummarizeIndicatorsDetails.Builder |
timeLastSeenGreaterThanOrEqualTo(Date timeLastSeenGreaterThanOrEqualTo)
The oldest last seen time of entities to be returned.
|
SummarizeIndicatorsDetails.Builder |
timeLastSeenLessThan(Date timeLastSeenLessThan)
The newest last seen time of entities to be returned.
|
SummarizeIndicatorsDetails.Builder |
timeUpdatedGreaterThanOrEqualTo(Date timeUpdatedGreaterThanOrEqualTo)
The oldest update time of entities to be returned.
|
SummarizeIndicatorsDetails.Builder |
timeUpdatedLessThan(Date timeUpdatedLessThan)
The newest update time of entities to be returned.
|
public SummarizeIndicatorsDetails.Builder indicatorType(IndicatorType indicatorType)
The type of indicator this is
indicatorType
- the value to setpublic SummarizeIndicatorsDetails.Builder indicatorValue(String indicatorValue)
The value for the type of indicator this is
indicatorValue
- the value to setpublic SummarizeIndicatorsDetails.Builder threatTypes(List<String> threatTypes)
The threat type of entites to be returned.
threatTypes
- the value to setpublic SummarizeIndicatorsDetails.Builder confidenceGreaterThanOrEqualTo(Integer confidenceGreaterThanOrEqualTo)
The minimum level of confidence to return
confidenceGreaterThanOrEqualTo
- the value to setpublic SummarizeIndicatorsDetails.Builder timeUpdatedGreaterThanOrEqualTo(Date timeUpdatedGreaterThanOrEqualTo)
The oldest update time of entities to be returned.
timeUpdatedGreaterThanOrEqualTo
- the value to setpublic SummarizeIndicatorsDetails.Builder timeUpdatedLessThan(Date timeUpdatedLessThan)
The newest update time of entities to be returned.
timeUpdatedLessThan
- the value to setpublic SummarizeIndicatorsDetails.Builder timeLastSeenGreaterThanOrEqualTo(Date timeLastSeenGreaterThanOrEqualTo)
The oldest last seen time of entities to be returned.
timeLastSeenGreaterThanOrEqualTo
- the value to setpublic SummarizeIndicatorsDetails.Builder timeLastSeenLessThan(Date timeLastSeenLessThan)
The newest last seen time of entities to be returned.
timeLastSeenLessThan
- the value to setpublic SummarizeIndicatorsDetails.Builder timeCreatedGreaterThanOrEqualTo(Date timeCreatedGreaterThanOrEqualTo)
The oldest creation time of entities to be returned.
timeCreatedGreaterThanOrEqualTo
- the value to setpublic SummarizeIndicatorsDetails.Builder timeCreatedLessThan(Date timeCreatedLessThan)
The newest creation time of entities to be returned.
timeCreatedLessThan
- the value to setpublic SummarizeIndicatorsDetails.Builder indicatorSeenBy(String indicatorSeenBy)
Filter to include indicators that have been seen by the provided source.
indicatorSeenBy
- the value to setpublic SummarizeIndicatorsDetails.Builder malware(String malware)
Filter to include indicators associated with the provided malware.
malware
- the value to setpublic SummarizeIndicatorsDetails.Builder threatActor(String threatActor)
Filter to included indicators associated with the provided threat actor.
threatActor
- the value to setpublic SummarizeIndicatorsDetails.Builder sortOrder(SortOrder sortOrder)
The sort order to use, either ‘ASC’ or ‘DESC’.
sortOrder
- the value to setpublic SummarizeIndicatorsDetails.Builder sortBy(SummarizeIndicatorsDetails.SortBy sortBy)
The field to sort by. Only one field to sort by may be provided
sortBy
- the value to setpublic SummarizeIndicatorsDetails build()
public SummarizeIndicatorsDetails.Builder copy(SummarizeIndicatorsDetails model)
Copyright © 2016–2024. All rights reserved.