The 2.x Java SDK’s MutateInBuilder had a createParents parameter on several of the builder methods.
I can’t find an equivalent for this in the MutateInOptions or MutateInSpec classes in the 3.x SDK and there’s no mention of it in the migration doc.
Is there a way to get the same functionality in the 3.x version of the SDK? I can get a similar behavior by adding additional MutateInSpecs to the List that create the parent keys manually, but I’d prefer something backwards compatible if possible.