339340341342343344345346
return this; } public Builder setDataSource(Query query) { this.dataSource = new QueryDataSource(query); return this; }