Configures the threshold to switch to inline YAML.
public function withInlineThreshold(?int $inlineThreshold) : static { return $this->with(YamlEncoder::YAML_INLINE, $inlineThreshold); }