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