public static interface AwsElasticsearchDomainServiceSoftwareOptions.Builder extends SdkPojo, CopyableBuilder<AwsElasticsearchDomainServiceSoftwareOptions.Builder,AwsElasticsearchDomainServiceSoftwareOptions>
| Modifier and Type | Method and Description |
|---|---|
AwsElasticsearchDomainServiceSoftwareOptions.Builder |
automatedUpdateDate(String automatedUpdateDate)
The epoch time when the deployment window closes for required updates.
|
AwsElasticsearchDomainServiceSoftwareOptions.Builder |
cancellable(Boolean cancellable)
Whether a request to update the domain can be canceled.
|
AwsElasticsearchDomainServiceSoftwareOptions.Builder |
currentVersion(String currentVersion)
The version of the service software that is currently installed on the domain.
|
AwsElasticsearchDomainServiceSoftwareOptions.Builder |
description(String description)
A more detailed description of the service software status.
|
AwsElasticsearchDomainServiceSoftwareOptions.Builder |
newVersion(String newVersion)
The most recent version of the service software.
|
AwsElasticsearchDomainServiceSoftwareOptions.Builder |
updateAvailable(Boolean updateAvailable)
Whether a service software update is available for the domain.
|
AwsElasticsearchDomainServiceSoftwareOptions.Builder |
updateStatus(String updateStatus)
The status of the service software update.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsElasticsearchDomainServiceSoftwareOptions.Builder automatedUpdateDate(String automatedUpdateDate)
The epoch time when the deployment window closes for required updates. After this time, Amazon OpenSearch Service schedules the software upgrade automatically.
automatedUpdateDate - The epoch time when the deployment window closes for required updates. After this time, Amazon
OpenSearch Service schedules the software upgrade automatically.AwsElasticsearchDomainServiceSoftwareOptions.Builder cancellable(Boolean cancellable)
Whether a request to update the domain can be canceled.
cancellable - Whether a request to update the domain can be canceled.AwsElasticsearchDomainServiceSoftwareOptions.Builder currentVersion(String currentVersion)
The version of the service software that is currently installed on the domain.
currentVersion - The version of the service software that is currently installed on the domain.AwsElasticsearchDomainServiceSoftwareOptions.Builder description(String description)
A more detailed description of the service software status.
description - A more detailed description of the service software status.AwsElasticsearchDomainServiceSoftwareOptions.Builder newVersion(String newVersion)
The most recent version of the service software.
newVersion - The most recent version of the service software.AwsElasticsearchDomainServiceSoftwareOptions.Builder updateAvailable(Boolean updateAvailable)
Whether a service software update is available for the domain.
updateAvailable - Whether a service software update is available for the domain.AwsElasticsearchDomainServiceSoftwareOptions.Builder updateStatus(String updateStatus)
The status of the service software update. Valid values are as follows:
COMPLETED
ELIGIBLE
IN_PROGRESS
NOT_ELIGIBLE
PENDING_UPDATE
updateStatus - The status of the service software update. Valid values are as follows:
COMPLETED
ELIGIBLE
IN_PROGRESS
NOT_ELIGIBLE
PENDING_UPDATE
Copyright © 2023. All rights reserved.