Where objects = deployed resources? No. As a declarative system, once you've declared the resource, that's what Pulumi will make.
If you have a resource that you want to update, the approach to take is to collect all the properties in some other collection, until you have the correct final values. Then create the resource from those.