public static class DetectorConfiguration.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DetectorConfiguration.Builder |
allowedValues(List<PropertyTuple> allowedValues)
Map of possible values for configuration
|
DetectorConfiguration.Builder |
allowedValuesDataType(String allowedValuesDataType)
Map property Value data type
|
DetectorConfiguration |
build() |
DetectorConfiguration.Builder |
configKey(String configKey)
Unique identifier of the configuration
|
DetectorConfiguration.Builder |
copy(DetectorConfiguration model) |
DetectorConfiguration.Builder |
dataType(String dataType)
Configuration data type
|
DetectorConfiguration.Builder |
name(String name)
Configuration name
|
DetectorConfiguration.Builder |
value(String value)
Configuration value
|
DetectorConfiguration.Builder |
values(List<ConfigValue> values)
List of configuration values
|
public DetectorConfiguration.Builder configKey(String configKey)
Unique identifier of the configuration
configKey
- the value to setpublic DetectorConfiguration.Builder name(String name)
Configuration name
name
- the value to setpublic DetectorConfiguration.Builder value(String value)
Configuration value
value
- the value to setpublic DetectorConfiguration.Builder dataType(String dataType)
Configuration data type
dataType
- the value to setpublic DetectorConfiguration.Builder values(List<ConfigValue> values)
List of configuration values
values
- the value to setpublic DetectorConfiguration.Builder allowedValuesDataType(String allowedValuesDataType)
Map property Value data type
allowedValuesDataType
- the value to setpublic DetectorConfiguration.Builder allowedValues(List<PropertyTuple> allowedValues)
Map of possible values for configuration
allowedValues
- the value to setpublic DetectorConfiguration build()
public DetectorConfiguration.Builder copy(DetectorConfiguration model)
Copyright © 2016–2024. All rights reserved.