Interface MatchRange.Builder

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

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

    • end

      The end of the range.

      Parameters:
      end - The end of the range.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • start

      MatchRange.Builder start(Long start)

      The start of the range.

      Parameters:
      start - The start of the range.
      Returns:
      Returns a reference to this object so that method calls can be chained together.