Interface ProcessedUpdateAction.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ProcessedUpdateAction.Builder,ProcessedUpdateAction>
,SdkBuilder<ProcessedUpdateAction.Builder,ProcessedUpdateAction>
,SdkPojo
- Enclosing class:
- ProcessedUpdateAction
public static interface ProcessedUpdateAction.Builder extends SdkPojo, CopyableBuilder<ProcessedUpdateAction.Builder,ProcessedUpdateAction>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessedUpdateAction.Builder
cacheClusterId(String cacheClusterId)
The ID of the cache clusterProcessedUpdateAction.Builder
replicationGroupId(String replicationGroupId)
The ID of the replication groupProcessedUpdateAction.Builder
serviceUpdateName(String serviceUpdateName)
The unique ID of the service updateProcessedUpdateAction.Builder
updateActionStatus(String updateActionStatus)
The status of the update action on the Valkey or Redis OSS clusterProcessedUpdateAction.Builder
updateActionStatus(UpdateActionStatus updateActionStatus)
The status of the update action on the Valkey or Redis OSS cluster-
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
ProcessedUpdateAction.Builder replicationGroupId(String replicationGroupId)
The ID of the replication group
- Parameters:
replicationGroupId
- The ID of the replication group- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cacheClusterId
ProcessedUpdateAction.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
ProcessedUpdateAction.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.
-
updateActionStatus
ProcessedUpdateAction.Builder updateActionStatus(String updateActionStatus)
The status of the update action on the Valkey or Redis OSS cluster
- Parameters:
updateActionStatus
- The status of the update action on the Valkey or Redis OSS cluster- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UpdateActionStatus
,UpdateActionStatus
-
updateActionStatus
ProcessedUpdateAction.Builder updateActionStatus(UpdateActionStatus updateActionStatus)
The status of the update action on the Valkey or Redis OSS cluster
- Parameters:
updateActionStatus
- The status of the update action on the Valkey or Redis OSS cluster- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UpdateActionStatus
,UpdateActionStatus
-
-