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 Details

    • 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 Redis cluster

      Parameters:
      updateActionStatus - The status of the update action on the Redis cluster
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • updateActionStatus

      ProcessedUpdateAction.Builder updateActionStatus(UpdateActionStatus updateActionStatus)

      The status of the update action on the Redis cluster

      Parameters:
      updateActionStatus - The status of the update action on the Redis cluster
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: