ServiceUpdate.Builder |
ServiceUpdate.Builder.autoUpdateStartDate(Instant autoUpdateStartDate) |
The date at which the service update will be automatically applied
|
static ServiceUpdate.Builder |
ServiceUpdate.builder() |
|
ServiceUpdate.Builder |
ServiceUpdate.Builder.clusterName(String clusterName) |
The name of the cluster to which the service update applies
|
ServiceUpdate.Builder |
ServiceUpdate.Builder.description(String description) |
Provides details of the service update
|
ServiceUpdate.Builder |
ServiceUpdate.Builder.engine(String engine) |
The name of the engine for which a service update is available.
|
ServiceUpdate.Builder |
ServiceUpdate.Builder.nodesUpdated(String nodesUpdated) |
A list of nodes updated by the service update
|
ServiceUpdate.Builder |
ServiceUpdate.Builder.releaseDate(Instant releaseDate) |
The date when the service update is initially available
|
ServiceUpdate.Builder |
ServiceUpdate.Builder.serviceUpdateName(String serviceUpdateName) |
The unique ID of the service update
|
ServiceUpdate.Builder |
ServiceUpdate.Builder.status(String status) |
The status of the service update
|
ServiceUpdate.Builder |
ServiceUpdate.Builder.status(ServiceUpdateStatus status) |
The status of the service update
|
ServiceUpdate.Builder |
ServiceUpdate.toBuilder() |
|
ServiceUpdate.Builder |
ServiceUpdate.Builder.type(String type) |
Reflects the nature of the service update
|
ServiceUpdate.Builder |
ServiceUpdate.Builder.type(ServiceUpdateType type) |
Reflects the nature of the service update
|