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 Details

    • baseScore

      Cvss4.Builder baseScore(Double 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

      Cvss4.Builder scoringVector(String 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.