public static interface TimeRange.Builder extends SdkPojo, CopyableBuilder<TimeRange.Builder,TimeRange>
| Modifier and Type | Method and Description |
|---|---|
TimeRange.Builder |
endTime(Instant endTime)
Time in UTC at which the time range ends.
|
TimeRange.Builder |
startTime(Instant startTime)
Time in UTC at which the time range starts.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTimeRange.Builder endTime(Instant endTime)
Time in UTC at which the time range ends.
endTime - Time in UTC at which the time range ends.TimeRange.Builder startTime(Instant startTime)
Time in UTC at which the time range starts.
startTime - Time in UTC at which the time range starts.Copyright © 2023. All rights reserved.