withTtl method

StrategyBuilder withTtl(
  1. int ttlValue
)

Implementation

StrategyBuilder withTtl(int ttlValue) {
  _ttlValue = ttlValue;
  return this;
}