| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
static FindingDetail.Builder |
FindingDetail.builder() |
FindingDetail.Builder |
FindingDetail.Builder.cisaData(CisaData cisaData)
Sets the value of the CisaData property for this object.
|
default FindingDetail.Builder |
FindingDetail.Builder.cisaData(Consumer<CisaData.Builder> cisaData)
Sets the value of the CisaData property for this object.
|
FindingDetail.Builder |
FindingDetail.Builder.cwes(Collection<String> cwes)
The Common Weakness Enumerations (CWEs) associated with the vulnerability.
|
FindingDetail.Builder |
FindingDetail.Builder.cwes(String... cwes)
The Common Weakness Enumerations (CWEs) associated with the vulnerability.
|
FindingDetail.Builder |
FindingDetail.Builder.epssScore(Double epssScore)
The Exploit Prediction Scoring System (EPSS) score of the vulnerability.
|
FindingDetail.Builder |
FindingDetail.Builder.evidences(Collection<Evidence> evidences)
Information on the evidence of the vulnerability.
|
FindingDetail.Builder |
FindingDetail.Builder.evidences(Consumer<Evidence.Builder>... evidences)
Information on the evidence of the vulnerability.
|
FindingDetail.Builder |
FindingDetail.Builder.evidences(Evidence... evidences)
Information on the evidence of the vulnerability.
|
default FindingDetail.Builder |
FindingDetail.Builder.exploitObserved(Consumer<ExploitObserved.Builder> exploitObserved)
Sets the value of the ExploitObserved property for this object.
|
FindingDetail.Builder |
FindingDetail.Builder.exploitObserved(ExploitObserved exploitObserved)
Sets the value of the ExploitObserved property for this object.
|
FindingDetail.Builder |
FindingDetail.Builder.findingArn(String findingArn)
The finding ARN that the vulnerability details are associated with.
|
FindingDetail.Builder |
FindingDetail.Builder.referenceUrls(Collection<String> referenceUrls)
The reference URLs for the vulnerability data.
|
FindingDetail.Builder |
FindingDetail.Builder.referenceUrls(String... referenceUrls)
The reference URLs for the vulnerability data.
|
FindingDetail.Builder |
FindingDetail.Builder.riskScore(Integer riskScore)
The risk score of the vulnerability.
|
FindingDetail.Builder |
FindingDetail.toBuilder() |
FindingDetail.Builder |
FindingDetail.Builder.tools(Collection<String> tools)
The known malware tools or kits that can exploit the vulnerability.
|
FindingDetail.Builder |
FindingDetail.Builder.tools(String... tools)
The known malware tools or kits that can exploit the vulnerability.
|
FindingDetail.Builder |
FindingDetail.Builder.ttps(Collection<String> ttps)
The MITRE adversary tactics, techniques, or procedures (TTPs) associated with the vulnerability.
|
FindingDetail.Builder |
FindingDetail.Builder.ttps(String... ttps)
The MITRE adversary tactics, techniques, or procedures (TTPs) associated with the vulnerability.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FindingDetail.Builder> |
FindingDetail.serializableBuilderClass() |
Copyright © 2023. All rights reserved.