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.Builder
ThreatType.Builder. attribution(List<DataAttribution> attribution)
The list of supporting attribution information.static ThreatType.Builder
ThreatType. builder()
Create a new builder.ThreatType.Builder
ThreatType.Builder. copy(ThreatType model)
ThreatType.Builder
ThreatType.Builder. id(String id)
The OCID of the threat type.ThreatType.Builder
ThreatType.Builder. name(String name)
The name of the threat type.ThreatType.Builder
ThreatType. toBuilder()
-