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 adjustment Amazon Inspector made to the CVSS score.
|
CvssScoreDetails.Builder |
adjustments(Consumer<CvssScoreAdjustment.Builder>... adjustments)
An object that contains details about adjustment Amazon Inspector made to the CVSS score.
|
CvssScoreDetails.Builder |
adjustments(CvssScoreAdjustment... adjustments)
An object that contains details about adjustment Amazon Inspector made to the CVSS score.
|
CvssScoreDetails.Builder |
cvssSource(String cvssSource)
The source of the CVSS data.
|
CvssScoreDetails.Builder |
score(Double score)
The CVSS score.
|
CvssScoreDetails.Builder |
scoreSource(String scoreSource)
The source for the CVSS score.
|
CvssScoreDetails.Builder |
scoringVector(String scoringVector)
The vector for the CVSS score.
|
CvssScoreDetails.Builder |
version(String version)
The CVSS version used in scoring.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCvssScoreDetails.Builder adjustments(Collection<CvssScoreAdjustment> adjustments)
An object that contains details about adjustment Amazon Inspector made to the CVSS score.
adjustments - An object that contains details about adjustment Amazon Inspector made to the CVSS score.CvssScoreDetails.Builder adjustments(CvssScoreAdjustment... adjustments)
An object that contains details about adjustment Amazon Inspector made to the CVSS score.
adjustments - An object that contains details about adjustment Amazon Inspector made to the CVSS score.CvssScoreDetails.Builder adjustments(Consumer<CvssScoreAdjustment.Builder>... adjustments)
An object that contains details about adjustment Amazon Inspector made to the CVSS score.
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) CvssScoreDetails.Builder cvssSource(String cvssSource)
The source of the CVSS data.
cvssSource - The source of the CVSS data.CvssScoreDetails.Builder score(Double score)
The CVSS score.
score - The CVSS score.CvssScoreDetails.Builder scoreSource(String scoreSource)
The source for the CVSS score.
scoreSource - The source for the CVSS score.CvssScoreDetails.Builder scoringVector(String scoringVector)
The vector for the CVSS score.
scoringVector - The vector for the CVSS score.CvssScoreDetails.Builder version(String version)
The CVSS version used in scoring.
version - The CVSS version used in scoring.Copyright © 2023. All rights reserved.