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