| Package | Description |
|---|---|
| com.orbitz.consul.model.catalog |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCatalogService |
ImmutableCatalogService.Builder.build()
Builds a new
ImmutableCatalogService. |
static ImmutableCatalogService |
ImmutableCatalogService.copyOf(CatalogService instance)
Creates an immutable copy of a
CatalogService value. |
ImmutableCatalogService |
ImmutableCatalogService.withAddress(String value)
Copy the current immutable object by setting a value for the
address attribute. |
ImmutableCatalogService |
ImmutableCatalogService.withDatacenter(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
datacenter attribute. |
ImmutableCatalogService |
ImmutableCatalogService.withDatacenter(String value)
Copy the current immutable object by setting a present value for the optional
datacenter attribute. |
ImmutableCatalogService |
ImmutableCatalogService.withNode(String value)
Copy the current immutable object by setting a value for the
node attribute. |
ImmutableCatalogService |
ImmutableCatalogService.withNodeMeta(Map<String,String> value)
Copy the current immutable object by setting a present value for the optional
nodeMeta attribute. |
ImmutableCatalogService |
ImmutableCatalogService.withNodeMeta(Optional<Map<String,String>> optional)
Copy the current immutable object by setting an optional value for the
nodeMeta attribute. |
ImmutableCatalogService |
ImmutableCatalogService.withServiceAddress(String value)
Copy the current immutable object by setting a value for the
serviceAddress attribute. |
ImmutableCatalogService |
ImmutableCatalogService.withServiceId(String value)
Copy the current immutable object by setting a value for the
serviceId attribute. |
ImmutableCatalogService |
ImmutableCatalogService.withServiceName(String value)
Copy the current immutable object by setting a value for the
serviceName attribute. |
ImmutableCatalogService |
ImmutableCatalogService.withServicePort(int value)
Copy the current immutable object by setting a value for the
servicePort attribute. |
ImmutableCatalogService |
ImmutableCatalogService.withServiceTags(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
serviceTags. |
ImmutableCatalogService |
ImmutableCatalogService.withServiceTags(String... elements)
Copy the current immutable object with elements that replace the content of
serviceTags. |
Copyright © 2018. All rights reserved.