Interface UnprocessedUpdateAction.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<UnprocessedUpdateAction.Builder,,- UnprocessedUpdateAction> - SdkBuilder<UnprocessedUpdateAction.Builder,,- UnprocessedUpdateAction> - SdkPojo
- Enclosing class:
- UnprocessedUpdateAction
@Mutable
@NotThreadSafe
public static interface UnprocessedUpdateAction.Builder
extends SdkPojo, CopyableBuilder<UnprocessedUpdateAction.Builder,UnprocessedUpdateAction> 
- 
Method SummaryModifier and TypeMethodDescriptioncacheClusterId(String cacheClusterId) The ID of the cache clustererrorMessage(String errorMessage) The error message that describes the reason the request was not processedThe error type for requests that are not processedreplicationGroupId(String replicationGroupId) The replication group IDserviceUpdateName(String serviceUpdateName) The unique ID of the service updateMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
replicationGroupIdThe replication group ID - Parameters:
- replicationGroupId- The replication group ID
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cacheClusterIdThe 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.
 
- 
serviceUpdateNameThe 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.
 
- 
errorTypeThe 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.
 
- 
errorMessageThe 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.
 
 
-