// override all the supported builder methods by calling the super method and returning this
 @Override
 public MultipartUploadRequest setNotificationConfig(UploadNotificationConfig config) {
   super.setNotificationConfig(config);
   return this;
 }