Interface CodeVulnerabilitiesFilePath.Builder

    • Method Detail

      • endLine

        CodeVulnerabilitiesFilePath.Builder endLine​(Integer 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

        CodeVulnerabilitiesFilePath.Builder fileName​(String 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

        CodeVulnerabilitiesFilePath.Builder filePath​(String 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

        CodeVulnerabilitiesFilePath.Builder startLine​(Integer 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.