public static interface ServiceSoftwareOptions.Builder extends SdkPojo, CopyableBuilder<ServiceSoftwareOptions.Builder,ServiceSoftwareOptions>
Modifier and Type | Method and Description |
---|---|
ServiceSoftwareOptions.Builder |
automatedUpdateDate(Instant automatedUpdateDate)
The timestamp, in Epoch time, until which you can manually request a service software update.
|
ServiceSoftwareOptions.Builder |
cancellable(Boolean cancellable)
True if you're able to cancel your service software version update.
|
ServiceSoftwareOptions.Builder |
currentVersion(String currentVersion)
The current service software version present on the domain.
|
ServiceSoftwareOptions.Builder |
description(String description)
A description of the service software update status.
|
ServiceSoftwareOptions.Builder |
newVersion(String newVersion)
The new service software version, if one is available.
|
ServiceSoftwareOptions.Builder |
optionalDeployment(Boolean optionalDeployment)
True if a service software is never automatically updated.
|
ServiceSoftwareOptions.Builder |
updateAvailable(Boolean updateAvailable)
True if you're able to update your 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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ServiceSoftwareOptions.Builder currentVersion(String currentVersion)
The current service software version present on the domain.
currentVersion
- The current service software version 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're able to update your service software version. False if you can't update your service software version.
updateAvailable
- True if you're able to update your service software version. False if you can't update your service
software version.ServiceSoftwareOptions.Builder cancellable(Boolean cancellable)
True if you're able to cancel your service software version update. False if you can't cancel your service software update.
cancellable
- True if you're able to cancel your service software version update. False if you can't cancel your
service software update.ServiceSoftwareOptions.Builder updateStatus(String updateStatus)
The status of your service software update.
updateStatus
- The status of your service software update.DeploymentStatus
,
DeploymentStatus
ServiceSoftwareOptions.Builder updateStatus(DeploymentStatus updateStatus)
The status of your service software update.
updateStatus
- The status of your service software update.DeploymentStatus
,
DeploymentStatus
ServiceSoftwareOptions.Builder description(String description)
A description of the service software update status.
description
- A description of the service software update status.ServiceSoftwareOptions.Builder automatedUpdateDate(Instant automatedUpdateDate)
The timestamp, in Epoch time, until which you can manually request a service software update. After this date, we automatically update your service software.
automatedUpdateDate
- The timestamp, in Epoch time, until which you can manually request a service software update. After
this date, we automatically update your service software.ServiceSoftwareOptions.Builder optionalDeployment(Boolean optionalDeployment)
True if a service software is never automatically updated. False if a service software is automatically updated after the automated update date.
optionalDeployment
- True if a service software is never automatically updated. False if a service software is
automatically updated after the automated update date.Copyright © 2022. All rights reserved.