Interface Severity.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Severity.Builder,Severity>, SdkBuilder<Severity.Builder,Severity>, SdkPojo
Enclosing class:
Severity

@Mutable @NotThreadSafe public static interface Severity.Builder extends SdkPojo, CopyableBuilder<Severity.Builder,Severity>
  • Method Details

    • description

      Severity.Builder description(String description)

      The qualitative representation of the finding's severity, ranging from Low (least severe) to High (most severe).

      Parameters:
      description - The qualitative representation of the finding's severity, ranging from Low (least severe) to High (most severe).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • description

      Severity.Builder description(SeverityDescription description)

      The qualitative representation of the finding's severity, ranging from Low (least severe) to High (most severe).

      Parameters:
      description - The qualitative representation of the finding's severity, ranging from Low (least severe) to High (most severe).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • score

      Severity.Builder score(Long score)

      The numerical representation of the finding's severity, ranging from 1 (least severe) to 3 (most severe).

      Parameters:
      score - The numerical representation of the finding's severity, ranging from 1 (least severe) to 3 (most severe).
      Returns:
      Returns a reference to this object so that method calls can be chained together.