| 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.datacenter(Optional<String> datacenter)
Initializes the optional value
datacenter to datacenter. |
ImmutableNode.Builder |
ImmutableNode.Builder.datacenter(String datacenter)
Initializes the optional value
datacenter to datacenter. |
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.nodeMeta(Map<String,String> nodeMeta)
Initializes the optional value
nodeMeta to nodeMeta. |
ImmutableNode.Builder |
ImmutableNode.Builder.nodeMeta(Optional<? extends Map<String,String>> nodeMeta)
Initializes the optional value
nodeMeta to nodeMeta. |
ImmutableNode.Builder |
ImmutableNode.Builder.taggedAddresses(Optional<? extends TaggedAddresses> taggedAddresses)
Initializes the optional value
taggedAddresses to taggedAddresses. |
ImmutableNode.Builder |
ImmutableNode.Builder.taggedAddresses(TaggedAddresses taggedAddresses)
Initializes the optional value
taggedAddresses to taggedAddresses. |
Copyright © 2019. All rights reserved.