Interface TimestampRange.Builder

  • Method Details

    • beginDate

      TimestampRange.Builder beginDate(Instant beginDate)

      The minimum value of the timestamp range.

      Parameters:
      beginDate - The minimum value of the timestamp range.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endDate

      TimestampRange.Builder endDate(Instant endDate)

      The maximum value of the timestamp range.

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