in java/avro-converter/src/main/java/com/microsoft/azure/schemaregistry/kafka/connect/avro/AvroConverterConfig.java [36:39]
public Builder with(String key, Object value) {
props.put(key, value);
return this;
}