/// <summary> /// Sets the pooling options for the cluster. /// </summary> /// <returns>this instance</returns> public new DseClusterBuilder WithPoolingOptions(PoolingOptions value) { base.WithPoolingOptions(value); return(this); }