Interface ISO8601TimeRange.Builder

  • Method Details

    • startTime

      ISO8601TimeRange.Builder startTime(Instant startTime)

      Start time in ISO 8601 format in Coordinated Universal Time (UTC).

      Example: 2026-11-15T10:28:48.000Z

      Parameters:
      startTime - Start time in ISO 8601 format in Coordinated Universal Time (UTC).

      Example: 2026-11-15T10:28:48.000Z

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTime

      End time in ISO 8601 format in Coordinated Universal Time (UTC).

      Example: 2024-01-15T12:00:00.000Z

      Parameters:
      endTime - End time in ISO 8601 format in Coordinated Universal Time (UTC).

      Example: 2024-01-15T12:00:00.000Z

      Returns:
      Returns a reference to this object so that method calls can be chained together.