Interface UnprocessedUpdateAction.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<UnprocessedUpdateAction.Builder,UnprocessedUpdateAction>
,SdkBuilder<UnprocessedUpdateAction.Builder,UnprocessedUpdateAction>
,SdkPojo
- Enclosing class:
- UnprocessedUpdateAction
public static interface UnprocessedUpdateAction.Builder extends SdkPojo, CopyableBuilder<UnprocessedUpdateAction.Builder,UnprocessedUpdateAction>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnprocessedUpdateAction.Builder
cacheClusterId(String cacheClusterId)
The ID of the cache clusterUnprocessedUpdateAction.Builder
errorMessage(String errorMessage)
The error message that describes the reason the request was not processedUnprocessedUpdateAction.Builder
errorType(String errorType)
The error type for requests that are not processedUnprocessedUpdateAction.Builder
replicationGroupId(String replicationGroupId)
The replication group IDUnprocessedUpdateAction.Builder
serviceUpdateName(String serviceUpdateName)
The unique ID of the service update-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
replicationGroupId
UnprocessedUpdateAction.Builder replicationGroupId(String replicationGroupId)
The replication group ID
- Parameters:
replicationGroupId
- The replication group ID- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cacheClusterId
UnprocessedUpdateAction.Builder cacheClusterId(String cacheClusterId)
The ID of the cache cluster
- Parameters:
cacheClusterId
- The ID of the cache cluster- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceUpdateName
UnprocessedUpdateAction.Builder serviceUpdateName(String serviceUpdateName)
The unique ID of the service update
- Parameters:
serviceUpdateName
- The unique ID of the service update- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorType
UnprocessedUpdateAction.Builder errorType(String errorType)
The error type for requests that are not processed
- Parameters:
errorType
- The error type for requests that are not processed- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
UnprocessedUpdateAction.Builder errorMessage(String errorMessage)
The error message that describes the reason the request was not processed
- Parameters:
errorMessage
- The error message that describes the reason the request was not processed- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-