Uses of Class
org.kiwiproject.consul.model.health.ImmutableNode
Packages that use ImmutableNode
-
Uses of ImmutableNode in org.kiwiproject.consul.model.health
Methods in org.kiwiproject.consul.model.health that return ImmutableNodeModifier and TypeMethodDescriptionImmutableNode.Builder.build()Builds a newImmutableNode.static ImmutableNodeCreates an immutable copy of aNodevalue.final ImmutableNodeImmutableNode.withAddress(String value) Copy the current immutable object by setting a value for theaddressattribute.final ImmutableNodeImmutableNode.withDatacenter(String value) Copy the current immutable object by setting a present value for the optionaldatacenterattribute.final ImmutableNodeImmutableNode.withDatacenter(Optional<String> optional) Copy the current immutable object by setting an optional value for thedatacenterattribute.final ImmutableNodeCopy the current immutable object by setting a value for thenodeattribute.final ImmutableNodeImmutableNode.withNodeMeta(Map<String, String> value) Copy the current immutable object by setting a present value for the optionalnodeMetaattribute.final ImmutableNodeImmutableNode.withNodeMeta(Optional<? extends Map<String, String>> optional) Copy the current immutable object by setting an optional value for thenodeMetaattribute.final ImmutableNodeImmutableNode.withTaggedAddresses(Optional<? extends TaggedAddresses> optional) Copy the current immutable object by setting an optional value for thetaggedAddressesattribute.final ImmutableNodeImmutableNode.withTaggedAddresses(TaggedAddresses value) Copy the current immutable object by setting a present value for the optionaltaggedAddressesattribute.