public static interface AtigData.Builder extends SdkPojo, CopyableBuilder<AtigData.Builder,AtigData>
| Modifier and Type | Method and Description |
|---|---|
AtigData.Builder |
firstSeen(Instant firstSeen)
The date and time this vulnerability was first observed.
|
AtigData.Builder |
lastSeen(Instant lastSeen)
The date and time this vulnerability was last observed.
|
AtigData.Builder |
targets(Collection<String> targets)
The commercial sectors this vulnerability targets.
|
AtigData.Builder |
targets(String... targets)
The commercial sectors this vulnerability targets.
|
AtigData.Builder |
ttps(Collection<String> ttps)
The MITRE ATT&CK tactics, techniques, and procedures (TTPs)
associated with vulnerability.
|
AtigData.Builder |
ttps(String... ttps)
The MITRE ATT&CK tactics, techniques, and procedures (TTPs)
associated with vulnerability.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAtigData.Builder firstSeen(Instant firstSeen)
The date and time this vulnerability was first observed.
firstSeen - The date and time this vulnerability was first observed.AtigData.Builder lastSeen(Instant lastSeen)
The date and time this vulnerability was last observed.
lastSeen - The date and time this vulnerability was last observed.AtigData.Builder targets(Collection<String> targets)
The commercial sectors this vulnerability targets.
targets - The commercial sectors this vulnerability targets.AtigData.Builder targets(String... targets)
The commercial sectors this vulnerability targets.
targets - The commercial sectors this vulnerability targets.AtigData.Builder ttps(Collection<String> ttps)
The MITRE ATT&CK tactics, techniques, and procedures (TTPs) associated with vulnerability.
ttps - The MITRE ATT&CK tactics, techniques, and procedures
(TTPs) associated with vulnerability.AtigData.Builder ttps(String... ttps)
The MITRE ATT&CK tactics, techniques, and procedures (TTPs) associated with vulnerability.
ttps - The MITRE ATT&CK tactics, techniques, and procedures
(TTPs) associated with vulnerability.Copyright © 2023. All rights reserved.