addInterfaceImplementations
fun addInterfaceImplementations(interfaceUri: String, implementationUris: List<String>): BaseConfigBuilder
Adds multiple interface implementations with the specified interface URI and a list of implementation URIs.
Return
This BaseConfigBuilder instance for chaining calls.
Parameters
interfaceUri
The URI of the interface to associate with the implementations.
implementationUris
A List of URIs of the implementations.