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 of the position, starting from 1.

      Parameters:
      line - The line of the position, starting from 1.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • column

      Position.Builder column(Integer column)

      The column of the position, starting from 0.

      Parameters:
      column - The column of the position, starting from 0.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • offset

      Position.Builder offset(Integer offset)

      The offset within the policy that corresponds to the position, starting from 0.

      Parameters:
      offset - The offset within the policy that corresponds to the position, starting from 0.
      Returns:
      Returns a reference to this object so that method calls can be chained together.