| Package | Description |
|---|---|
| com.orbitz.consul.model.agent |
| Modifier and Type | Method and Description |
|---|---|
ImmutableConfig |
ImmutableConfig.Builder.build()
Builds a new
ImmutableConfig. |
static ImmutableConfig |
ImmutableConfig.copyOf(Config instance)
Creates an immutable copy of a
Config value. |
ImmutableConfig |
ImmutableConfig.withDatacenter(String value)
Copy the current immutable object by setting a value for the
datacenter attribute. |
ImmutableConfig |
ImmutableConfig.withNodeName(String value)
Copy the current immutable object by setting a value for the
nodeName attribute. |
ImmutableConfig |
ImmutableConfig.withRevision(String value)
Copy the current immutable object by setting a value for the
revision attribute. |
ImmutableConfig |
ImmutableConfig.withServer(boolean value)
Copy the current immutable object by setting a value for the
server attribute. |
ImmutableConfig |
ImmutableConfig.withVersion(String value)
Copy the current immutable object by setting a value for the
version attribute. |
Copyright © 2019. All rights reserved.