public static class ThreatType.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ThreatType.Builder |
attribution(List<DataAttribution> attribution)
The list of supporting attribution information.
|
ThreatType |
build() |
ThreatType.Builder |
copy(ThreatType model) |
ThreatType.Builder |
id(String id)
The OCID of the threat type.
|
ThreatType.Builder |
name(String name)
The name of the threat type.
|
public ThreatType.Builder id(String id)
The OCID of the threat type.
id
- the value to setpublic ThreatType.Builder name(String name)
The name of the threat type.
name
- the value to setpublic ThreatType.Builder attribution(List<DataAttribution> attribution)
The list of supporting attribution information.
attribution
- the value to setpublic ThreatType build()
public ThreatType.Builder copy(ThreatType model)
Copyright © 2016–2024. All rights reserved.