public static interface TimeWindow.Builder extends SdkPojo, CopyableBuilder<TimeWindow.Builder,TimeWindow>
| Modifier and Type | Method and Description |
|---|---|
TimeWindow.Builder |
endTime(Instant endTime)
The end time of an execution.
|
TimeWindow.Builder |
startTime(Instant startTime)
The start time of an execution.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTimeWindow.Builder startTime(Instant startTime)
The start time of an execution.
startTime - The start time of an execution.TimeWindow.Builder endTime(Instant endTime)
The end time of an execution. The end time must be after the start date.
endTime - The end time of an execution. The end time must be after the start date.Copyright © 2023. All rights reserved.