Uses of Class
com.oracle.bmc.threatintelligence.model.ThreatType.Builder
- 
Packages that use ThreatType.Builder Package Description com.oracle.bmc.threatintelligence.model  - 
- 
Uses of ThreatType.Builder in com.oracle.bmc.threatintelligence.model
Methods in com.oracle.bmc.threatintelligence.model that return ThreatType.Builder Modifier and Type Method Description ThreatType.BuilderThreatType.Builder. attribution(List<DataAttribution> attribution)The list of supporting attribution information.static ThreatType.BuilderThreatType. builder()Create a new builder.ThreatType.BuilderThreatType.Builder. copy(ThreatType model)ThreatType.BuilderThreatType.Builder. id(String id)The OCID of the threat type.ThreatType.BuilderThreatType.Builder. name(String name)The name of the threat type.ThreatType.BuilderThreatType. toBuilder() 
 -