Interface CvssScoreAdjustment.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CvssScoreAdjustment.Builder,CvssScoreAdjustment>,SdkBuilder<CvssScoreAdjustment.Builder,CvssScoreAdjustment>,SdkPojo
- Enclosing class:
- CvssScoreAdjustment
public static interface CvssScoreAdjustment.Builder extends SdkPojo, CopyableBuilder<CvssScoreAdjustment.Builder,CvssScoreAdjustment>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CvssScoreAdjustment.Buildermetric(String metric)The metric that Amazon Inspector used to adjust the CVSS score.CvssScoreAdjustment.Builderreason(String reason)The reason for the CVSS score adjustment.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
metric
CvssScoreAdjustment.Builder metric(String metric)
The metric that Amazon Inspector used to adjust the CVSS score.
- Parameters:
metric- The metric that Amazon Inspector used to adjust the CVSS score.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reason
CvssScoreAdjustment.Builder reason(String reason)
The reason for the CVSS score adjustment.
- Parameters:
reason- The reason for the CVSS score adjustment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-