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 for the specified range.
|
TimestampRange.Builder |
startTimestamp(Instant startTimestamp)
The starting timestamp for the specified range.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTimestampRange.Builder startTimestamp(Instant startTimestamp)
The starting timestamp for the specified range.
startTimestamp - The starting timestamp for the specified range.TimestampRange.Builder endTimestamp(Instant endTimestamp)
The ending timestamp for the specified range.
endTimestamp - The ending timestamp for the specified range.Copyright © 2023. All rights reserved.