Let $F: \mathcal{C} \rightarrow \mathcal{D}$ be a functor.
Natural transformation between $F$ and some other functor is defined as an assignment of a morphism in $\mathcal{D}$ to each object in $\mathcal{C}$, such that certain coherence conditions are satisfied.
However, given only such an assignment, it seems to me that the resulting functor isn't uniquely determined, as it doesn't specify what the morphisms are of a new functor. (as mentioned in this relevant question).
Is there a construction which will, given a functor $F$ and a "natural-transformation-like" construction $\alpha': F \Rightarrow ?$ map a functor to a new one?
In other words, can I define a functor $F$ and a "$\Delta F$" of sorts, which will uniquely determine a new functor?
I'm not sure if this is exactly what you are looking for, but there is an example of fundamental construction in category theory, when "natural transformation is given, but codomain functor is not".
Let $\mathcal{C}$ and $\mathcal{D}$ be categories, $\mathcal{F}\colon\mathcal{C}\to\mathcal{D}$ be a functor. Suppose that we are interested in its left adjoint functor $\mathcal{G}\colon\mathcal{D}\to\mathcal{C}$, we know the action of $\mathcal{G}$ on objects and we know the unit morphisms $\eta_d\colon d\to\mathcal{F}(\mathcal{G}(d))$, but we don't know the action of $\mathcal{G}$ on morphisms. In this case we can think about $\eta$ as a "natural transformation without codomain functor" or "natural transformation with codomain functor defined only on objects" $\eta\colon \mathcal{I}_{\mathcal{D}}\to\mathcal{F}\circ\mathcal{G}$. By this data, we can uniquely determine the action of $\mathcal{G}$ on morphisms by the requirement that $\eta$ is natural. Indeed, by the universal property of unit morphisms, for every $f\colon d_1\to d_2$ there exists a unique morphism $g_f\colon\mathcal{G}(d_1)\to\mathcal{G}(d_2)$, such that $\eta_{d_2}\circ f=\mathcal{F}(g_f)\circ\eta_{d_1}$, so we can only put $\mathcal{G}(f)=g_f$.
There are some similar constructions, connected with adjoint functors and limits, when we can uniquely determine domain or codomain functor of transformation by naturality requirements. In general case, as it was mentioned in answers by the link, we can't.