Creates an interface builder.
string $name Name of the interface:
Builder\Interface_ The created interface builder
public function interface(string $name) : Builder\Interface_ { return new Builder\Interface_($name); }