Interface Position.Builder

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

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

    • line

      The line containing the specified position in the document.

      Parameters:
      line - The line containing the specified position in the document.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • column

      Position.Builder column(Integer column)

      The column in the line containing the specified position in the document.

      Parameters:
      column - The column in the line containing the specified position in the document.
      Returns:
      Returns a reference to this object so that method calls can be chained together.