public static interface ServiceUpdate.Builder extends SdkPojo, CopyableBuilder<ServiceUpdate.Builder,ServiceUpdate>
| Modifier and Type | Method and Description |
|---|---|
ServiceUpdate.Builder |
autoUpdateStartDate(Instant autoUpdateStartDate)
The date at which the service update will be automatically applied
|
ServiceUpdate.Builder |
clusterName(String clusterName)
The name of the cluster to which the service update applies
|
ServiceUpdate.Builder |
description(String description)
Provides details of the service update
|
ServiceUpdate.Builder |
nodesUpdated(String nodesUpdated)
A list of nodes updated by the service update
|
ServiceUpdate.Builder |
releaseDate(Instant releaseDate)
The date when the service update is initially available
|
ServiceUpdate.Builder |
serviceUpdateName(String serviceUpdateName)
The unique ID of the service update
|
ServiceUpdate.Builder |
status(ServiceUpdateStatus status)
The status of the service update
|
ServiceUpdate.Builder |
status(String status)
The status of the service update
|
ServiceUpdate.Builder |
type(ServiceUpdateType type)
Reflects the nature of the service update
|
ServiceUpdate.Builder |
type(String type)
Reflects the nature of the service update
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceUpdate.Builder clusterName(String clusterName)
The name of the cluster to which the service update applies
clusterName - The name of the cluster to which the service update appliesServiceUpdate.Builder serviceUpdateName(String serviceUpdateName)
The unique ID of the service update
serviceUpdateName - The unique ID of the service updateServiceUpdate.Builder releaseDate(Instant releaseDate)
The date when the service update is initially available
releaseDate - The date when the service update is initially availableServiceUpdate.Builder description(String description)
Provides details of the service update
description - Provides details of the service updateServiceUpdate.Builder status(String status)
The status of the service update
status - The status of the service updateServiceUpdateStatus,
ServiceUpdateStatusServiceUpdate.Builder status(ServiceUpdateStatus status)
The status of the service update
status - The status of the service updateServiceUpdateStatus,
ServiceUpdateStatusServiceUpdate.Builder type(String type)
Reflects the nature of the service update
type - Reflects the nature of the service updateServiceUpdateType,
ServiceUpdateTypeServiceUpdate.Builder type(ServiceUpdateType type)
Reflects the nature of the service update
type - Reflects the nature of the service updateServiceUpdateType,
ServiceUpdateTypeServiceUpdate.Builder nodesUpdated(String nodesUpdated)
A list of nodes updated by the service update
nodesUpdated - A list of nodes updated by the service updateServiceUpdate.Builder autoUpdateStartDate(Instant autoUpdateStartDate)
The date at which the service update will be automatically applied
autoUpdateStartDate - The date at which the service update will be automatically appliedCopyright © 2023. All rights reserved.