@SuppressWarnings("unchecked")
  public GeneratorT withLastIndexedChangeSetCommitTime(long aValue) {
    instance.setLastIndexedChangeSetCommitTime(aValue);

    return (GeneratorT) this;
  }
  @SuppressWarnings("unchecked")
  public GeneratorT withLastIndexedTxId(long aValue) {
    instance.setLastIndexedTxId(aValue);

    return (GeneratorT) this;
  }
  @SuppressWarnings("unchecked")
  public GeneratorT withMaster(boolean aValue) {
    instance.setMaster(aValue);

    return (GeneratorT) this;
  }
  @SuppressWarnings("unchecked")
  public GeneratorT withPropertyBag(HashMap<String, String> aValue) {
    instance.setPropertyBag(aValue);

    return (GeneratorT) this;
  }
  @SuppressWarnings("unchecked")
  public GeneratorT withShardInstance(ShardInstance aValue) {
    instance.setShardInstance(aValue);

    return (GeneratorT) this;
  }