public static interface TimeRange.Builder extends SdkPojo, CopyableBuilder<TimeRange.Builder,TimeRange>
| Modifier and Type | Method and Description |
|---|---|
TimeRange.Builder |
endTime(Instant endTime)
The Unix timestamp for the end of the time range.
|
TimeRange.Builder |
startTime(Instant startTime)
The Unix timestamp for the beginning of the time range.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTimeRange.Builder startTime(Instant startTime)
The Unix timestamp for the beginning of the time range.
startTime - The Unix timestamp for the beginning of the time range.TimeRange.Builder endTime(Instant endTime)
The Unix timestamp for the end of the time range.
endTime - The Unix timestamp for the end of the time range.Copyright © 2023. All rights reserved.