Uses of Interface
software.amazon.awssdk.services.opensearch.model.WindowStartTime.Builder
-
Packages that use WindowStartTime.Builder Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of WindowStartTime.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return WindowStartTime.Builder Modifier and Type Method Description static WindowStartTime.BuilderWindowStartTime. builder()WindowStartTime.BuilderWindowStartTime.Builder. hours(Long hours)The start hour of the window in Coordinated Universal Time (UTC), using 24-hour time.WindowStartTime.BuilderWindowStartTime.Builder. minutes(Long minutes)The start minute of the window, in UTC.WindowStartTime.BuilderWindowStartTime. toBuilder()Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type WindowStartTime.Builder Modifier and Type Method Description static Class<? extends WindowStartTime.Builder>WindowStartTime. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type WindowStartTime.Builder Modifier and Type Method Description default OffPeakWindow.BuilderOffPeakWindow.Builder. windowStartTime(Consumer<WindowStartTime.Builder> windowStartTime)A custom start time for the off-peak window, in Coordinated Universal Time (UTC).
-