| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache.model |
| Modifier and Type | Method and Description |
|---|---|
static UpdateAction.Builder |
UpdateAction.builder() |
UpdateAction.Builder |
UpdateAction.Builder.cacheClusterId(String cacheClusterId)
The ID of the cache cluster
|
UpdateAction.Builder |
UpdateAction.Builder.cacheNodeUpdateStatus(CacheNodeUpdateStatus... cacheNodeUpdateStatus)
The status of the service update on the cache node
|
UpdateAction.Builder |
UpdateAction.Builder.cacheNodeUpdateStatus(Collection<CacheNodeUpdateStatus> cacheNodeUpdateStatus)
The status of the service update on the cache node
|
UpdateAction.Builder |
UpdateAction.Builder.cacheNodeUpdateStatus(Consumer<CacheNodeUpdateStatus.Builder>... cacheNodeUpdateStatus)
The status of the service update on the cache node
|
UpdateAction.Builder |
UpdateAction.Builder.engine(String engine)
The Elasticache engine to which the update applies.
|
UpdateAction.Builder |
UpdateAction.Builder.estimatedUpdateTime(String estimatedUpdateTime)
The estimated length of time for the update to complete
|
UpdateAction.Builder |
UpdateAction.Builder.nodeGroupUpdateStatus(Collection<NodeGroupUpdateStatus> nodeGroupUpdateStatus)
The status of the service update on the node group
|
UpdateAction.Builder |
UpdateAction.Builder.nodeGroupUpdateStatus(Consumer<NodeGroupUpdateStatus.Builder>... nodeGroupUpdateStatus)
The status of the service update on the node group
|
UpdateAction.Builder |
UpdateAction.Builder.nodeGroupUpdateStatus(NodeGroupUpdateStatus... nodeGroupUpdateStatus)
The status of the service update on the node group
|
UpdateAction.Builder |
UpdateAction.Builder.nodesUpdated(String nodesUpdated)
The progress of the service update on the replication group
|
UpdateAction.Builder |
UpdateAction.Builder.replicationGroupId(String replicationGroupId)
The ID of the replication group
|
UpdateAction.Builder |
UpdateAction.Builder.serviceUpdateName(String serviceUpdateName)
The unique ID of the service update
|
UpdateAction.Builder |
UpdateAction.Builder.serviceUpdateRecommendedApplyByDate(Instant serviceUpdateRecommendedApplyByDate)
The recommended date to apply the service update to ensure compliance.
|
UpdateAction.Builder |
UpdateAction.Builder.serviceUpdateReleaseDate(Instant serviceUpdateReleaseDate)
The date the update is first available
|
UpdateAction.Builder |
UpdateAction.Builder.serviceUpdateSeverity(ServiceUpdateSeverity serviceUpdateSeverity)
The severity of the service update
|
UpdateAction.Builder |
UpdateAction.Builder.serviceUpdateSeverity(String serviceUpdateSeverity)
The severity of the service update
|
UpdateAction.Builder |
UpdateAction.Builder.serviceUpdateStatus(ServiceUpdateStatus serviceUpdateStatus)
The status of the service update
|
UpdateAction.Builder |
UpdateAction.Builder.serviceUpdateStatus(String serviceUpdateStatus)
The status of the service update
|
UpdateAction.Builder |
UpdateAction.Builder.serviceUpdateType(ServiceUpdateType serviceUpdateType)
Reflects the nature of the service update
|
UpdateAction.Builder |
UpdateAction.Builder.serviceUpdateType(String serviceUpdateType)
Reflects the nature of the service update
|
UpdateAction.Builder |
UpdateAction.Builder.slaMet(SlaMet slaMet)
If yes, all nodes in the replication group have been updated by the recommended apply-by date.
|
UpdateAction.Builder |
UpdateAction.Builder.slaMet(String slaMet)
If yes, all nodes in the replication group have been updated by the recommended apply-by date.
|
UpdateAction.Builder |
UpdateAction.toBuilder() |
UpdateAction.Builder |
UpdateAction.Builder.updateActionAvailableDate(Instant updateActionAvailableDate)
The date that the service update is available to a replication group
|
UpdateAction.Builder |
UpdateAction.Builder.updateActionStatus(String updateActionStatus)
The status of the update action
|
UpdateAction.Builder |
UpdateAction.Builder.updateActionStatus(UpdateActionStatus updateActionStatus)
The status of the update action
|
UpdateAction.Builder |
UpdateAction.Builder.updateActionStatusModifiedDate(Instant updateActionStatusModifiedDate)
The date when the UpdateActionStatus was last modified
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateAction.Builder> |
UpdateAction.serializableBuilderClass() |
Copyright © 2023. All rights reserved.