setHandle method

Implementation

CommandDeclarationBuilder setHandle(Function fn) {
  _handle = fn;
  return this;
}