setFlushThreshold method
Implementation
DatabucketsEventTrackerConfigBuilder setFlushThreshold(int value) {
flushThreshold = value;
return this;
}
DatabucketsEventTrackerConfigBuilder setFlushThreshold(int value) {
flushThreshold = value;
return this;
}