public interface SystemConfigurationBuilder
Modifier and Type | Method and Description |
---|---|
SystemConfigurationBuilder |
nodeName(String nodeName) |
SystemConfiguration |
save()
Save the configuration.
|
SystemConfigurationBuilder |
value(com.fasterxml.jackson.databind.node.ObjectNode value) |
SystemConfigurationBuilder nodeName(String nodeName)
nodeName
- the name of the node that the configuration will belong toSystemConfigurationBuilder value(com.fasterxml.jackson.databind.node.ObjectNode value)
value
- the value of the configurationSystemConfiguration save()