Interface Cvss4.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Cvss4.Builder,
,Cvss4> SdkBuilder<Cvss4.Builder,
,Cvss4> SdkPojo
- Enclosing class:
Cvss4
@Mutable
@NotThreadSafe
public static interface Cvss4.Builder
extends SdkPojo, CopyableBuilder<Cvss4.Builder,Cvss4>
-
Method Summary
Modifier and TypeMethodDescriptionThe base CVSS v4 score for the vulnerability finding, which rates the severity of the vulnerability on a scale from 0 to 10.scoringVector
(String scoringVector) The CVSS v4 scoring vector, which contains the metrics and measurements that were used to calculate the base score.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
-
baseScore
The base CVSS v4 score for the vulnerability finding, which rates the severity of the vulnerability on a scale from 0 to 10.
- Parameters:
baseScore
- The base CVSS v4 score for the vulnerability finding, which rates the severity of the vulnerability on a scale from 0 to 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scoringVector
The CVSS v4 scoring vector, which contains the metrics and measurements that were used to calculate the base score.
- Parameters:
scoringVector
- The CVSS v4 scoring vector, which contains the metrics and measurements that were used to calculate the base score.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-