Interface CodeLine.Builder

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

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

    • content

      CodeLine.Builder content(String content)

      The code that contains a vulnerability.

      Parameters:
      content - The code that contains a vulnerability.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • number

      CodeLine.Builder number(Integer number)

      The code line number.

      Parameters:
      number - The code line number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.