Problem/Motivation
Currently, it does not seem possible to enable layout builder for an existing content type via a recipe.
Using setThirdPartySettings on the default view display seems to have no effect.
This will be needed for Drupal CMS as we decided to use layout builder enabled view modes and even overrides.
Steps to reproduce
Try to create a recipe that sets up layout builder for the page content type
Proposed resolution
By marking some of the methods in LayoutBuilderEntityViewDisplay as action methods, this should become possible.