public static class SightingType.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SightingType |
build() |
SightingType.Builder |
copy(SightingType model) |
SightingType.Builder |
description(String description)
Description of the sighting type
|
SightingType.Builder |
displayName(String displayName)
Name of the sighting type
|
SightingType.Builder |
id(String id)
The unique identifier of sighting type
|
SightingType.Builder |
mitreLink(String mitreLink)
Link of the sighting type
|
SightingType.Builder |
tactic(String tactic)
Mitre Att&ck tactic
|
SightingType.Builder |
techniques(List<String> techniques)
List of Mitre Att&ck Techniques
|
public SightingType.Builder id(String id)
The unique identifier of sighting type
id
- the value to setpublic SightingType.Builder displayName(String displayName)
Name of the sighting type
displayName
- the value to setpublic SightingType.Builder description(String description)
Description of the sighting type
description
- the value to setpublic SightingType.Builder mitreLink(String mitreLink)
Link of the sighting type
mitreLink
- the value to setpublic SightingType.Builder tactic(String tactic)
Mitre Att&ck tactic
tactic
- the value to setpublic SightingType.Builder techniques(List<String> techniques)
List of Mitre Att&ck Techniques
techniques
- the value to setpublic SightingType build()
public SightingType.Builder copy(SightingType model)
Copyright © 2016–2023. All rights reserved.