| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
CvssScoreDetails.Builder |
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 |
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 |
CvssScoreDetails.Builder.adjustments(CvssScoreAdjustment... adjustments)
An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the
finding.
|
static CvssScoreDetails.Builder |
CvssScoreDetails.builder() |
CvssScoreDetails.Builder |
CvssScoreDetails.Builder.cvssSource(String cvssSource)
The source of the finding.
|
CvssScoreDetails.Builder |
CvssScoreDetails.Builder.score(Double score)
The CVSS score.
|
CvssScoreDetails.Builder |
CvssScoreDetails.Builder.scoreSource(String scoreSource)
The source for the CVSS score.
|
CvssScoreDetails.Builder |
CvssScoreDetails.Builder.scoringVector(String scoringVector)
A vector that measures the severity of the vulnerability.
|
CvssScoreDetails.Builder |
CvssScoreDetails.toBuilder() |
CvssScoreDetails.Builder |
CvssScoreDetails.Builder.version(String version)
The CVSS version that generated the score.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CvssScoreDetails.Builder> |
CvssScoreDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InspectorScoreDetails.Builder |
InspectorScoreDetails.Builder.adjustedCvss(Consumer<CvssScoreDetails.Builder> adjustedCvss)
An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the
finding.
|
Copyright © 2023. All rights reserved.