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