public Builder setCancelable(boolean cancelable) {
   builder.cancelable(cancelable);
   return this;
 }