public static interface AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails.Builder extends SdkPojo, CopyableBuilder<AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails.Builder,AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsOpenSearchServiceDomainServiceSoftwareOptionsDetails.Builder automatedUpdateDate(String automatedUpdateDate)
The epoch time when the deployment window closes for required updates. After this time, OpenSearch Service schedules the software upgrade automatically.
automatedUpdateDate - The epoch time when the deployment window closes for required updates. After this time, OpenSearch
Service schedules the software upgrade automatically.AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails.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.AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails.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.AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails.Builder description(String description)
A more detailed description of the service software status.
description - A more detailed description of the service software status.AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails.Builder newVersion(String newVersion)
The most recent version of the service software.
newVersion - The most recent version of the service software.AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails.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.AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails.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
AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails.Builder optionalDeployment(Boolean optionalDeployment)
Whether the service software update is optional.
optionalDeployment - Whether the service software update is optional.Copyright © 2023. All rights reserved.