Interface TimestampSegment.Builder

  • Method Details

    • startTimeMillis

      TimestampSegment.Builder startTimeMillis(Long startTimeMillis)

      Start timestamp in milliseconds

      Parameters:
      startTimeMillis - Start timestamp in milliseconds
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTimeMillis

      TimestampSegment.Builder endTimeMillis(Long endTimeMillis)

      End timestamp in milliseconds

      Parameters:
      endTimeMillis - End timestamp in milliseconds
      Returns:
      Returns a reference to this object so that method calls can be chained together.