public static interface InspectorScoreDetails.Builder extends SdkPojo, CopyableBuilder<InspectorScoreDetails.Builder,InspectorScoreDetails>
| Modifier and Type | Method and Description |
|---|---|
default 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.
|
InspectorScoreDetails.Builder |
adjustedCvss(CvssScoreDetails adjustedCvss)
An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the
finding.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInspectorScoreDetails.Builder adjustedCvss(CvssScoreDetails adjustedCvss)
An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding.
adjustedCvss - An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for
the finding.default 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.
This is a convenience method that creates an instance of theCvssScoreDetails.Builder avoiding the
need to create one manually via CvssScoreDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to adjustedCvss(CvssScoreDetails).
adjustedCvss - a consumer that will call methods on CvssScoreDetails.BuilderadjustedCvss(CvssScoreDetails)Copyright © 2023. All rights reserved.