| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
static WindowStartTime.Builder |
WindowStartTime.builder() |
WindowStartTime.Builder |
WindowStartTime.Builder.hours(Long hours)
The start hour of the window in Coordinated Universal Time (UTC), using 24-hour time.
|
WindowStartTime.Builder |
WindowStartTime.Builder.minutes(Long minutes)
The start minute of the window, in UTC.
|
WindowStartTime.Builder |
WindowStartTime.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WindowStartTime.Builder> |
WindowStartTime.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default OffPeakWindow.Builder |
OffPeakWindow.Builder.windowStartTime(Consumer<WindowStartTime.Builder> windowStartTime)
A custom start time for the off-peak window, in Coordinated Universal Time (UTC).
|
Copyright © 2023. All rights reserved.