public static interface TimestampRange.Builder extends SdkPojo, CopyableBuilder<TimestampRange.Builder,TimestampRange>
| Modifier and Type | Method and Description |
|---|---|
TimestampRange.Builder |
endTimestamp(Instant endTimestamp)
The ending timestamp in the range of timestamps for which to return fragments.
|
TimestampRange.Builder |
startTimestamp(Instant startTimestamp)
The starting timestamp in the range of timestamps for which to return fragments.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTimestampRange.Builder startTimestamp(Instant startTimestamp)
The starting timestamp in the range of timestamps for which to return fragments.
startTimestamp - The starting timestamp in the range of timestamps for which to return fragments.TimestampRange.Builder endTimestamp(Instant endTimestamp)
The ending timestamp in the range of timestamps for which to return fragments.
endTimestamp - The ending timestamp in the range of timestamps for which to return fragments.Copyright © 2023. All rights reserved.