@SuppressWarnings("unchecked")
  public GeneratorT withLastIndexedTxCommitTime(long aValue) {
    instance.setLastIndexedTxCommitTime(aValue);

    return (GeneratorT) this;
  }