buildUpdateConfiguration

create NdsStoreUpdateConfiguration with a NdsStoreUpdateConfiguration.Builder.

This function allows configuring NdsStoreUpdateConfiguration's properties by applying the provided lambda to a NdsStoreUpdateConfiguration.Builder. If the lambda is empty, a default NdsStoreUpdateConfiguration will be created.

Note: This function can only be used under com.tomtom.sdk.datamanagement.nds.NdsStore fake constructor.

Return

The constructed NdsStoreUpdateConfiguration object.

Parameters

init

A lambda function that configures the NdsStoreUpdateConfiguration.Builder. Defaults to an empty lambda.

Throws

if NdsStoreConfiguration was not constructed with apiKey and context.