public ProcessorBuilder ref(final String ref) {
   toBuild.setRef(ref);
   return this;
 }