| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
SoftwareUpdateOptions.Builder |
SoftwareUpdateOptions.Builder.autoSoftwareUpdateEnabled(Boolean autoSoftwareUpdateEnabled)
Whether automatic service software updates are enabled for the domain.
|
static SoftwareUpdateOptions.Builder |
SoftwareUpdateOptions.builder() |
SoftwareUpdateOptions.Builder |
SoftwareUpdateOptions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SoftwareUpdateOptions.Builder> |
SoftwareUpdateOptions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SoftwareUpdateOptionsStatus.Builder |
SoftwareUpdateOptionsStatus.Builder.options(Consumer<SoftwareUpdateOptions.Builder> options)
The service software update options for a domain.
|
default UpdateDomainConfigRequest.Builder |
UpdateDomainConfigRequest.Builder.softwareUpdateOptions(Consumer<SoftwareUpdateOptions.Builder> softwareUpdateOptions)
Service software update options for the domain.
|
default CreateDomainRequest.Builder |
CreateDomainRequest.Builder.softwareUpdateOptions(Consumer<SoftwareUpdateOptions.Builder> softwareUpdateOptions)
Software update options for the domain.
|
default DomainStatus.Builder |
DomainStatus.Builder.softwareUpdateOptions(Consumer<SoftwareUpdateOptions.Builder> softwareUpdateOptions)
Service software update options for the domain.
|
Copyright © 2023. All rights reserved.