withBucketingPollingIntervals method
Implementation
ConfigBuilder withBucketingPollingIntervals(int newPollingTime) {
_pollingTime = newPollingTime;
return this;
}
ConfigBuilder withBucketingPollingIntervals(int newPollingTime) {
_pollingTime = newPollingTime;
return this;
}