Class ThreatTypeSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.threatintelligence.model.ThreatTypeSummary.Builder
-
- Enclosing class:
- ThreatTypeSummary
public static class ThreatTypeSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThreatTypeSummary
build()
ThreatTypeSummary.Builder
copy(ThreatTypeSummary model)
ThreatTypeSummary.Builder
id(String id)
The OCID of the threat typeThreatTypeSummary.Builder
name(String name)
The name of the threat type
-
-
-
Method Detail
-
id
public ThreatTypeSummary.Builder id(String id)
The OCID of the threat type- Parameters:
id
- the value to set- Returns:
- this builder
-
name
public ThreatTypeSummary.Builder name(String name)
The name of the threat type- Parameters:
name
- the value to set- Returns:
- this builder
-
build
public ThreatTypeSummary build()
-
copy
public ThreatTypeSummary.Builder copy(ThreatTypeSummary model)
-
-