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 theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #adjustments(List) .adjustments - a consumer that will call methods on List.Builder #adjustments(List) 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 © 2022. All rights reserved.