public static interface UnprocessedUpdateAction.Builder extends SdkPojo, CopyableBuilder<UnprocessedUpdateAction.Builder,UnprocessedUpdateAction>
| Modifier and Type | Method and Description |
|---|---|
UnprocessedUpdateAction.Builder |
cacheClusterId(String cacheClusterId)
The ID of the cache cluster
|
UnprocessedUpdateAction.Builder |
errorMessage(String errorMessage)
The error message that describes the reason the request was not processed
|
UnprocessedUpdateAction.Builder |
errorType(String errorType)
The error type for requests that are not processed
|
UnprocessedUpdateAction.Builder |
replicationGroupId(String replicationGroupId)
The replication group ID
|
UnprocessedUpdateAction.Builder |
serviceUpdateName(String serviceUpdateName)
The unique ID of the service update
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUnprocessedUpdateAction.Builder replicationGroupId(String replicationGroupId)
The replication group ID
replicationGroupId - The replication group IDUnprocessedUpdateAction.Builder cacheClusterId(String cacheClusterId)
The ID of the cache cluster
cacheClusterId - The ID of the cache clusterUnprocessedUpdateAction.Builder serviceUpdateName(String serviceUpdateName)
The unique ID of the service update
serviceUpdateName - The unique ID of the service updateUnprocessedUpdateAction.Builder errorType(String errorType)
The error type for requests that are not processed
errorType - The error type for requests that are not processedUnprocessedUpdateAction.Builder errorMessage(String errorMessage)
The error message that describes the reason the request was not processed
errorMessage - The error message that describes the reason the request was not processedCopyright © 2023. All rights reserved.