public default PooledConnectionBuilder createPooledConnectionBuilder () throws SQLException

Creates a new PooledConnectionBuilder instance

Returns:  The ConnectionBuilder instance that was created

Exceptions:
SQLException    if an error occurs creating the builder
SQLFeatureNotSupportedException    if the driver does not support sharding

See also:
PooledConnectionBuilder

Since:  9

@implSpec The default implementation will throw a SQLFeatureNotSupportedException.