public static interface ProcessedUpdateAction.Builder extends SdkPojo, CopyableBuilder<ProcessedUpdateAction.Builder,ProcessedUpdateAction>
| Modifier and Type | Method and Description |
|---|---|
ProcessedUpdateAction.Builder |
cacheClusterId(String cacheClusterId)
The ID of the cache cluster
|
ProcessedUpdateAction.Builder |
replicationGroupId(String replicationGroupId)
The ID of the replication group
|
ProcessedUpdateAction.Builder |
serviceUpdateName(String serviceUpdateName)
The unique ID of the service update
|
ProcessedUpdateAction.Builder |
updateActionStatus(String updateActionStatus)
The status of the update action on the Redis cluster
|
ProcessedUpdateAction.Builder |
updateActionStatus(UpdateActionStatus updateActionStatus)
The status of the update action on the Redis cluster
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProcessedUpdateAction.Builder replicationGroupId(String replicationGroupId)
The ID of the replication group
replicationGroupId - The ID of the replication groupProcessedUpdateAction.Builder cacheClusterId(String cacheClusterId)
The ID of the cache cluster
cacheClusterId - The ID of the cache clusterProcessedUpdateAction.Builder serviceUpdateName(String serviceUpdateName)
The unique ID of the service update
serviceUpdateName - The unique ID of the service updateProcessedUpdateAction.Builder updateActionStatus(String updateActionStatus)
The status of the update action on the Redis cluster
updateActionStatus - The status of the update action on the Redis clusterUpdateActionStatus,
UpdateActionStatusProcessedUpdateAction.Builder updateActionStatus(UpdateActionStatus updateActionStatus)
The status of the update action on the Redis cluster
updateActionStatus - The status of the update action on the Redis clusterUpdateActionStatus,
UpdateActionStatusCopyright © 2023. All rights reserved.