Creates a new configuration instance. The configuration built by this builder is not registered with the provider by the ConfigBuilder#build method. Callers should use the ConfigProvider#register method to register the configuration with the provider.
A new configuration builder instance.
Registers the specified configuration with the provider.
The configuration to be registered.
The ConfigProvider interface provides the ability to build, register, access, and release a Config instance.