Interface CvssScoreAdjustment.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CvssScoreAdjustment.Builder,
,CvssScoreAdjustment> SdkBuilder<CvssScoreAdjustment.Builder,
,CvssScoreAdjustment> SdkPojo
- Enclosing class:
CvssScoreAdjustment
@Mutable
@NotThreadSafe
public static interface CvssScoreAdjustment.Builder
extends SdkPojo, CopyableBuilder<CvssScoreAdjustment.Builder,CvssScoreAdjustment>
-
Method Summary
Modifier and TypeMethodDescriptionThe metric used to adjust the CVSS score.The reason the CVSS score has been 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, sdkFieldNameToField, sdkFields
-
Method Details
-
metric
The metric used to adjust the CVSS score.
- Parameters:
metric
- The metric used to adjust the CVSS score.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reason
The reason the CVSS score has been adjustment.
- Parameters:
reason
- The reason the CVSS score has been adjustment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-