Uses of Interface
software.amazon.awssdk.services.opensearch.model.OffPeakWindowOptions.Builder
-
Packages that use OffPeakWindowOptions.Builder Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of OffPeakWindowOptions.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return OffPeakWindowOptions.Builder Modifier and Type Method Description static OffPeakWindowOptions.BuilderOffPeakWindowOptions. builder()OffPeakWindowOptions.BuilderOffPeakWindowOptions.Builder. enabled(Boolean enabled)Whether to enable an off-peak window.default OffPeakWindowOptions.BuilderOffPeakWindowOptions.Builder. offPeakWindow(Consumer<OffPeakWindow.Builder> offPeakWindow)Off-peak window settings for the domain.OffPeakWindowOptions.BuilderOffPeakWindowOptions.Builder. offPeakWindow(OffPeakWindow offPeakWindow)Off-peak window settings for the domain.OffPeakWindowOptions.BuilderOffPeakWindowOptions. toBuilder()Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type OffPeakWindowOptions.Builder Modifier and Type Method Description static Class<? extends OffPeakWindowOptions.Builder>OffPeakWindowOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type OffPeakWindowOptions.Builder Modifier and Type Method Description default CreateDomainRequest.BuilderCreateDomainRequest.Builder. offPeakWindowOptions(Consumer<OffPeakWindowOptions.Builder> offPeakWindowOptions)Specifies a daily 10-hour time block during which OpenSearch Service can perform configuration changes on the domain, including service software updates and Auto-Tune enhancements that require a blue/green deployment.default DomainStatus.BuilderDomainStatus.Builder. offPeakWindowOptions(Consumer<OffPeakWindowOptions.Builder> offPeakWindowOptions)Options that specify a custom 10-hour window during which OpenSearch Service can perform configuration changes on the domain.default UpdateDomainConfigRequest.BuilderUpdateDomainConfigRequest.Builder. offPeakWindowOptions(Consumer<OffPeakWindowOptions.Builder> offPeakWindowOptions)Off-peak window options for the domain.default OffPeakWindowOptionsStatus.BuilderOffPeakWindowOptionsStatus.Builder. options(Consumer<OffPeakWindowOptions.Builder> options)The domain's off-peak window configuration.
-