Interface Cvss3.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Cvss3.Builder,Cvss3>,SdkBuilder<Cvss3.Builder,Cvss3>,SdkPojo
- Enclosing class:
- Cvss3
public static interface Cvss3.Builder extends SdkPojo, CopyableBuilder<Cvss3.Builder,Cvss3>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cvss3.BuilderbaseScore(Double baseScore)The CVSS v3 base score for the vulnerability.Cvss3.BuilderscoringVector(String scoringVector)The scoring vector associated with the CVSS v3 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, sdkFields
-
-
-
-
Method Detail
-
baseScore
Cvss3.Builder baseScore(Double baseScore)
The CVSS v3 base score for the vulnerability.
- Parameters:
baseScore- The CVSS v3 base score for the vulnerability.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scoringVector
Cvss3.Builder scoringVector(String scoringVector)
The scoring vector associated with the CVSS v3 score.
- Parameters:
scoringVector- The scoring vector associated with the CVSS v3 score.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-