| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
static SoftwareUpdateOptionsStatus.Builder |
SoftwareUpdateOptionsStatus.builder() |
default SoftwareUpdateOptionsStatus.Builder |
SoftwareUpdateOptionsStatus.Builder.options(Consumer<SoftwareUpdateOptions.Builder> options)
The service software update options for a domain.
|
SoftwareUpdateOptionsStatus.Builder |
SoftwareUpdateOptionsStatus.Builder.options(SoftwareUpdateOptions options)
The service software update options for a domain.
|
default SoftwareUpdateOptionsStatus.Builder |
SoftwareUpdateOptionsStatus.Builder.status(Consumer<OptionStatus.Builder> status)
The status of service software update options, including creation date and last updated date.
|
SoftwareUpdateOptionsStatus.Builder |
SoftwareUpdateOptionsStatus.Builder.status(OptionStatus status)
The status of service software update options, including creation date and last updated date.
|
SoftwareUpdateOptionsStatus.Builder |
SoftwareUpdateOptionsStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SoftwareUpdateOptionsStatus.Builder> |
SoftwareUpdateOptionsStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DomainConfig.Builder |
DomainConfig.Builder.softwareUpdateOptions(Consumer<SoftwareUpdateOptionsStatus.Builder> softwareUpdateOptions)
Software update options for the domain.
|
Copyright © 2023. All rights reserved.