Creates a parameter builder.
string $name Name of the parameter:
public function __construct(string $name) { $this->name = $name; }