.withConnectionPoolConfiguration(
new ConnectionPoolConfigurationImpl(getConnectionPoolName())
.setPort(getPort())
.setMaxConnsPerHost(getConnectionsPerHost())
.setSeeds(getSeeds()))
.withConnectionPoolMonitor(new Slf4jConnectionPoolMonitorImpl())
.withAstyanaxConfiguration(
new AstyanaxConfigurationImpl()
.setCqlVersion(getCqlVersion())
.setTargetCassandraVersion(getTargetCassandraVersion())
.setDiscoveryType(NodeDiscoveryType.NONE))