Class ThreatTypesCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.threatintelligence.model.ThreatTypesCollection.Builder
-
- Enclosing class:
- ThreatTypesCollection
public static class ThreatTypesCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThreatTypesCollection
build()
ThreatTypesCollection.Builder
copy(ThreatTypesCollection model)
ThreatTypesCollection.Builder
items(List<ThreatTypeSummary> items)
The list of threat types that can be used to search for threat indicators.
-
-
-
Method Detail
-
items
public ThreatTypesCollection.Builder items(List<ThreatTypeSummary> items)
The list of threat types that can be used to search for threat indicators.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public ThreatTypesCollection build()
-
copy
public ThreatTypesCollection.Builder copy(ThreatTypesCollection model)
-
-