Updates the queued thumbnail for the media item.
@internal
@todo If the need arises in contrib, consider making this a public API, by adding an interface that extends MediaInterface.
\Drupal\media\MediaInterface The updated media item.
public function updateQueuedThumbnail() { $this->updateThumbnail(TRUE); return $this; }