public static class BaseConfig.Builder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
tagSuffix |
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
protected <T extends BaseConfig> |
build(T config) |
BaseConfig.Builder |
setTagSuffix(java.lang.String tagSuffix)
设置引擎实例tag后缀,用于区分不同场景
|
public BaseConfig.Builder setTagSuffix(java.lang.String tagSuffix)
tagSuffix
- protected <T extends BaseConfig> T build(T config)