Interface FindingSummary.Builder

  • Method Details

    • findingId

      FindingSummary.Builder findingId(String findingId)

      The unique identifier of the finding.

      Parameters:
      findingId - The unique identifier of the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • agentSpaceId

      FindingSummary.Builder agentSpaceId(String agentSpaceId)

      The unique identifier of the agent space associated with the finding.

      Parameters:
      agentSpaceId - The unique identifier of the agent space associated with the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pentestId

      FindingSummary.Builder pentestId(String pentestId)

      The unique identifier of the pentest associated with the finding.

      Parameters:
      pentestId - The unique identifier of the pentest associated with the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pentestJobId

      FindingSummary.Builder pentestJobId(String pentestJobId)

      The unique identifier of the pentest job that produced the finding.

      Parameters:
      pentestJobId - The unique identifier of the pentest job that produced the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • codeReviewId

      FindingSummary.Builder codeReviewId(String codeReviewId)

      The unique identifier of the code review associated with the finding.

      Parameters:
      codeReviewId - The unique identifier of the code review associated with the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • codeReviewJobId

      FindingSummary.Builder codeReviewJobId(String codeReviewJobId)

      The unique identifier of the code review job that produced the finding.

      Parameters:
      codeReviewJobId - The unique identifier of the code review job that produced the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the finding.

      Parameters:
      name - The name of the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the finding.

      Parameters:
      status - The current status of the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the finding.

      Parameters:
      status - The current status of the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • riskType

      FindingSummary.Builder riskType(String riskType)

      The type of security risk identified by the finding.

      Parameters:
      riskType - The type of security risk identified by the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • riskLevel

      FindingSummary.Builder riskLevel(String riskLevel)

      The risk level of the finding.

      Parameters:
      riskLevel - The risk level of the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • riskLevel

      FindingSummary.Builder riskLevel(RiskLevel riskLevel)

      The risk level of the finding.

      Parameters:
      riskLevel - The risk level of the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • confidence

      FindingSummary.Builder confidence(String confidence)

      The confidence level of the finding.

      Parameters:
      confidence - The confidence level of the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • confidence

      FindingSummary.Builder confidence(ConfidenceLevel confidence)

      The confidence level of the finding.

      Parameters:
      confidence - The confidence level of the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

      FindingSummary.Builder createdAt(Instant createdAt)

      The date and time the finding was created, in UTC format.

      Parameters:
      createdAt - The date and time the finding was created, in UTC format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      FindingSummary.Builder updatedAt(Instant updatedAt)

      The date and time the finding was last updated, in UTC format.

      Parameters:
      updatedAt - The date and time the finding was last updated, in UTC format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.