Interface TimestampRange.Builder

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

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

    • startTimestamp

      TimestampRange.Builder startTimestamp(Instant startTimestamp)

      The starting timestamp in the range of timestamps for which to return fragments.

      Parameters:
      startTimestamp - The starting timestamp in the range of timestamps for which to return fragments.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTimestamp

      TimestampRange.Builder endTimestamp(Instant endTimestamp)

      The ending timestamp in the range of timestamps for which to return fragments.

      Parameters:
      endTimestamp - The ending timestamp in the range of timestamps for which to return fragments.
      Returns:
      Returns a reference to this object so that method calls can be chained together.