For a given equation:
$x^2=y$
What must be added to the equation in order to create its 3D version by rotating it in around a certain axis (x, y, or z). For example, what should be added to the equation if I wish to make a paraboloid that rotates around the y axis.
Follow up question, how do I do the same for a hyperbola given by the equation:
$\frac {x^2}{a^2}-\frac {y^2}{b^2}=1$


To answer one of the questions
The figure below depicts a circle in a plane parallel to the $x-z$ plane and crossing the $y$ axis at $y$. The equation of this circle of radius $\sqrt {|y|}$ is $$x^2+z^2=|y|.$$
This is the equation of the surface we obtain when rotating the red curve ($y^2=x$) about the $y$ axis.