Interface CodeVulnerabilitiesFilePath.Builder

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

public static interface CodeVulnerabilitiesFilePath.Builder extends SdkPojo, CopyableBuilder<CodeVulnerabilitiesFilePath.Builder,CodeVulnerabilitiesFilePath>
  • Method Details

    • endLine

      The line number of the last line of code in which the vulnerability is located.

      Parameters:
      endLine - The line number of the last line of code in which the vulnerability is located.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileName

      The name of the file in which the code vulnerability is located.

      Parameters:
      fileName - The name of the file in which the code vulnerability is located.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filePath

      The file path to the code in which the vulnerability is located.

      Parameters:
      filePath - The file path to the code in which the vulnerability is located.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startLine

      The line number of the first line of code in which the vulnerability is located.

      Parameters:
      startLine - The line number of the first line of code in which the vulnerability is located.
      Returns:
      Returns a reference to this object so that method calls can be chained together.