public static interface WindowStartTime.Builder extends SdkPojo, CopyableBuilder<WindowStartTime.Builder,WindowStartTime>
| Modifier and Type | Method and Description |
|---|---|
WindowStartTime.Builder |
hours(Long hours)
The start hour of the window in Coordinated Universal Time (UTC), using 24-hour time.
|
WindowStartTime.Builder |
minutes(Long minutes)
The start minute of the window, in UTC.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWindowStartTime.Builder hours(Long hours)
The start hour of the window in Coordinated Universal Time (UTC), using 24-hour time. For example,
17 refers to 5:00 P.M. UTC.
hours - The start hour of the window in Coordinated Universal Time (UTC), using 24-hour time. For example,
17 refers to 5:00 P.M. UTC.WindowStartTime.Builder minutes(Long minutes)
The start minute of the window, in UTC.
minutes - The start minute of the window, in UTC.Copyright © 2023. All rights reserved.