public static class ConfigDef.Builder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
ConfigDef |
build() |
ConfigDef.Builder |
withConfigKey(ConfigKey key)
Add the config key to the builder.
|
ConfigDef.Builder |
withConfigKeyGroup(ConfigKeyGroup group)
Add the config key group to the builder.
|
public ConfigDef.Builder withConfigKeyGroup(ConfigKeyGroup group)
group - config key grouppublic ConfigDef.Builder withConfigKey(ConfigKey key)
key - the key to add to the builder.public ConfigDef build()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.