Interface Cvss2.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Cvss2.Builder,,- Cvss2> - SdkBuilder<Cvss2.Builder,,- Cvss2> - SdkPojo
- Enclosing class:
- Cvss2
@Mutable
@NotThreadSafe
public static interface Cvss2.Builder
extends SdkPojo, CopyableBuilder<Cvss2.Builder,Cvss2> 
- 
Method SummaryModifier and TypeMethodDescriptionThe CVSS v2 base score for the vulnerability.scoringVector(String scoringVector) The scoring vector associated with the CVSS v2 score.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
baseScoreThe CVSS v2 base score for the vulnerability. - Parameters:
- baseScore- The CVSS v2 base score for the vulnerability.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
scoringVectorThe scoring vector associated with the CVSS v2 score. - Parameters:
- scoringVector- The scoring vector associated with the CVSS v2 score.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-