public static interface EventTimeRange.Builder extends SdkPojo, CopyableBuilder<EventTimeRange.Builder,EventTimeRange>
| Modifier and Type | Method and Description |
|---|---|
EventTimeRange.Builder |
fromTime(Instant fromTime)
The time when the event started.
|
EventTimeRange.Builder |
toTime(Instant toTime)
The time when the event ended.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEventTimeRange.Builder fromTime(Instant fromTime)
The time when the event started.
fromTime - The time when the event started.EventTimeRange.Builder toTime(Instant toTime)
The time when the event ended.
toTime - The time when the event ended.Copyright © 2023. All rights reserved.