# File lib/aws/core/http/connection_pool.rb, line 239
          def build(options = {})
            pool = allocate
            pool.send(:initialize, pool_options(options))
            pool
          end