| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
static OffPeakWindowOptions.Builder |
OffPeakWindowOptions.builder() |
OffPeakWindowOptions.Builder |
OffPeakWindowOptions.Builder.enabled(Boolean enabled)
Whether to enable an off-peak window.
|
default OffPeakWindowOptions.Builder |
OffPeakWindowOptions.Builder.offPeakWindow(Consumer<OffPeakWindow.Builder> offPeakWindow)
Off-peak window settings for the domain.
|
OffPeakWindowOptions.Builder |
OffPeakWindowOptions.Builder.offPeakWindow(OffPeakWindow offPeakWindow)
Off-peak window settings for the domain.
|
OffPeakWindowOptions.Builder |
OffPeakWindowOptions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OffPeakWindowOptions.Builder> |
OffPeakWindowOptions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateDomainConfigRequest.Builder |
UpdateDomainConfigRequest.Builder.offPeakWindowOptions(Consumer<OffPeakWindowOptions.Builder> offPeakWindowOptions)
Off-peak window options for the domain.
|
default CreateDomainRequest.Builder |
CreateDomainRequest.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.Builder |
DomainStatus.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 OffPeakWindowOptionsStatus.Builder |
OffPeakWindowOptionsStatus.Builder.options(Consumer<OffPeakWindowOptions.Builder> options)
The domain's off-peak window configuration.
|
Copyright © 2023. All rights reserved.