public static interface CvssScoreDetails.Builder extends SdkPojo, CopyableBuilder<CvssScoreDetails.Builder,CvssScoreDetails>
| Modifier and Type | Method and Description |
|---|---|
CvssScoreDetails.Builder |
adjustments(Collection<CvssScoreAdjustment> adjustments)
An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the
finding.
|
CvssScoreDetails.Builder |
adjustments(Consumer<CvssScoreAdjustment.Builder>... adjustments)
An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the
finding.
|
CvssScoreDetails.Builder |
adjustments(CvssScoreAdjustment... adjustments)
An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the
finding.
|
CvssScoreDetails.Builder |
cvssSource(String cvssSource)
The source of the finding.
|
CvssScoreDetails.Builder |
score(Double score)
The CVSS score.
|
CvssScoreDetails.Builder |
scoreSource(String scoreSource)
The source for the CVSS score.
|
CvssScoreDetails.Builder |
scoringVector(String scoringVector)
A vector that measures the severity of the vulnerability.
|
CvssScoreDetails.Builder |
version(String version)
The CVSS version that generated the score.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCvssScoreDetails.Builder scoreSource(String scoreSource)
The source for the CVSS score.
scoreSource - The source for the CVSS score.CvssScoreDetails.Builder cvssSource(String cvssSource)
The source of the finding.
cvssSource - The source of the finding.CvssScoreDetails.Builder version(String version)
The CVSS version that generated the score.
version - The CVSS version that generated the score.CvssScoreDetails.Builder score(Double score)
The CVSS score.
score - The CVSS score.CvssScoreDetails.Builder scoringVector(String scoringVector)
A vector that measures the severity of the vulnerability.
scoringVector - A vector that measures the severity of the vulnerability.CvssScoreDetails.Builder adjustments(Collection<CvssScoreAdjustment> adjustments)
An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding.
adjustments - An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for
the finding.CvssScoreDetails.Builder adjustments(CvssScoreAdjustment... adjustments)
An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding.
adjustments - An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for
the finding.CvssScoreDetails.Builder adjustments(Consumer<CvssScoreAdjustment.Builder>... adjustments)
An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding.
This is a convenience method that creates an instance of theCvssScoreAdjustment.Builder avoiding the need to
create one manually via
CvssScoreAdjustment.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #adjustments(List.
adjustments - a consumer that will call methods on
CvssScoreAdjustment.Builder#adjustments(java.util.Collection) Copyright © 2023. All rights reserved.