| Package | Description |
|---|---|
| com.orbitz.consul.model.health |
| Modifier and Type | Method and Description |
|---|---|
ImmutableNode.Builder |
ImmutableNode.Builder.address(String address)
Initializes the value for the
address attribute. |
static ImmutableNode.Builder |
ImmutableNode.builder()
Creates a builder for
ImmutableNode. |
ImmutableNode.Builder |
ImmutableNode.Builder.from(Node instance)
Fill a builder with attribute values from the provided
Node instance. |
ImmutableNode.Builder |
ImmutableNode.Builder.node(String node)
Initializes the value for the
node attribute. |
ImmutableNode.Builder |
ImmutableNode.Builder.taggedAddresses(TaggedAddresses taggedAddresses)
Initializes the value for the
taggedAddresses attribute. |
Copyright © 2016. All rights reserved.