withBucketingPollingIntervals method

ConfigBuilder withBucketingPollingIntervals(
  1. int newPollingTime
)

Implementation

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