/**
  * Sets the input mechanism to use for this emulation profile.
  *
  * @param ime the IME to use
  * @return self-reference
  */
 public Builder setIME(IME ime) {
   config.input = ime;
   return this;
 }