/**
* Creates an instance of {@link ZKClientService} with the settings of this builder.
* @return A new instance of {@link ZKClientService}.
*/
public ZKClientService build() {
return new DefaultZKClientService(connectStr, timeout, connectionWatcher, auths);
}