Interface TimeRange.Builder

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

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

    • startTime

      TimeRange.Builder startTime(Instant startTime)

      The Unix timestamp for the beginning of the time range.

      Parameters:
      startTime - The Unix timestamp for the beginning of the time range.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTime

      TimeRange.Builder endTime(Instant endTime)

      The Unix timestamp for the end of the time range.

      Parameters:
      endTime - The Unix timestamp for the end of the time range.
      Returns:
      Returns a reference to this object so that method calls can be chained together.