public static interface ServiceSoftwareOptions.Builder extends SdkPojo, CopyableBuilder<ServiceSoftwareOptions.Builder,ServiceSoftwareOptions>
| Modifier and Type | Method and Description | 
|---|---|
ServiceSoftwareOptions.Builder | 
automatedUpdateDate(Instant automatedUpdateDate)
 Timestamp, in Epoch time, until which you can manually request a service software update. 
 | 
ServiceSoftwareOptions.Builder | 
cancellable(Boolean cancellable)
True if you are able to cancel your service software version update. | 
ServiceSoftwareOptions.Builder | 
currentVersion(String currentVersion)
 The current service software version that is present on the domain. 
 | 
ServiceSoftwareOptions.Builder | 
description(String description)
 The description of the  
UpdateStatus. | 
ServiceSoftwareOptions.Builder | 
newVersion(String newVersion)
 The new service software version if one is available. 
 | 
ServiceSoftwareOptions.Builder | 
updateAvailable(Boolean updateAvailable)
True if you are able to update you service software version. | 
ServiceSoftwareOptions.Builder | 
updateStatus(DeploymentStatus updateStatus)
 The status of your service software update. 
 | 
ServiceSoftwareOptions.Builder | 
updateStatus(String updateStatus)
 The status of your service software update. 
 | 
copyapplyMutation, buildServiceSoftwareOptions.Builder currentVersion(String currentVersion)
The current service software version that is present on the domain.
currentVersion - The current service software version that is present on the domain.ServiceSoftwareOptions.Builder newVersion(String newVersion)
The new service software version if one is available.
newVersion - The new service software version if one is available.ServiceSoftwareOptions.Builder updateAvailable(Boolean updateAvailable)
 True if you are able to update you service software version. False if you are not
 able to update your service software version.
 
updateAvailable - True if you are able to update you service software version. FalseServiceSoftwareOptions.Builder cancellable(Boolean cancellable)
 True if you are able to cancel your service software version update. False if you
 are not able to cancel your service software version.
 
cancellable - True if you are able to cancel your service software version update. FalseServiceSoftwareOptions.Builder updateStatus(String updateStatus)
 The status of your service software update. This field can take the following values: ELIGIBLE,
 PENDING_UPDATE, IN_PROGRESS, COMPLETED, and NOT_ELIGIBLE.
 
updateStatus - The status of your service software update. This field can take the following values:
        ELIGIBLE, PENDING_UPDATE, IN_PROGRESS, COMPLETED,
        and NOT_ELIGIBLE.DeploymentStatus, 
DeploymentStatusServiceSoftwareOptions.Builder updateStatus(DeploymentStatus updateStatus)
 The status of your service software update. This field can take the following values: ELIGIBLE,
 PENDING_UPDATE, IN_PROGRESS, COMPLETED, and NOT_ELIGIBLE.
 
updateStatus - The status of your service software update. This field can take the following values:
        ELIGIBLE, PENDING_UPDATE, IN_PROGRESS, COMPLETED,
        and NOT_ELIGIBLE.DeploymentStatus, 
DeploymentStatusServiceSoftwareOptions.Builder description(String description)
 The description of the UpdateStatus.
 
description - The description of the UpdateStatus.ServiceSoftwareOptions.Builder automatedUpdateDate(Instant automatedUpdateDate)
Timestamp, in Epoch time, until which you can manually request a service software update. After this date, we automatically update your service software.
automatedUpdateDate - Timestamp, in Epoch time, until which you can manually request a service software update. After this
        date, we automatically update your service software.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.