static ImmutableConfig.Builder |
ImmutableConfig.builder() |
|
ImmutableConfig.Builder |
ImmutableConfig.Builder.datacenter(java.lang.String datacenter) |
Initializes the value for the datacenter attribute.
|
ImmutableConfig.Builder |
ImmutableConfig.Builder.from(Config instance) |
Fill a builder with attribute values from the provided Config instance.
|
ImmutableConfig.Builder |
ImmutableConfig.Builder.nodeName(java.lang.String nodeName) |
Initializes the value for the nodeName attribute.
|
ImmutableConfig.Builder |
ImmutableConfig.Builder.revision(java.lang.String revision) |
Initializes the value for the revision attribute.
|
ImmutableConfig.Builder |
ImmutableConfig.Builder.server(boolean server) |
Initializes the value for the server attribute.
|
ImmutableConfig.Builder |
ImmutableConfig.Builder.version(java.lang.String version) |
Initializes the value for the version attribute.
|