configure

abstract fun configure(builder: Builder): ResultingBuilder(source)

Configures the current builder with the specified configuration settings.

Return

The resulting builder after the configuration has been applied.

Parameters

builder

The builder instance containing the configuration settings to apply.