| Package | Description |
|---|---|
| com.orbitz.consul.model.catalog |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.Builder.build()
Builds a new
ImmutableCatalogRegistration. |
static ImmutableCatalogRegistration |
ImmutableCatalogRegistration.copyOf(CatalogRegistration instance)
Creates an immutable copy of a
CatalogRegistration value. |
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withAddress(String value)
Copy the current immutable object by setting a value for the
address attribute. |
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withCheck(Check value)
Copy the current immutable object by setting a present value for the optional
check attribute. |
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withCheck(Optional<Check> optional)
Copy the current immutable object by setting an optional value for the
check attribute. |
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withDatacenter(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
datacenter attribute. |
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withDatacenter(String value)
Copy the current immutable object by setting a present value for the optional
datacenter attribute. |
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withNode(String value)
Copy the current immutable object by setting a value for the
node attribute. |
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withService(Optional<Service> optional)
Copy the current immutable object by setting an optional value for the
service attribute. |
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withService(Service value)
Copy the current immutable object by setting a present value for the optional
service attribute. |
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withTaggedAddresses(Optional<TaggedAddresses> optional)
Copy the current immutable object by setting an optional value for the
taggedAddresses attribute. |
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withTaggedAddresses(TaggedAddresses value)
Copy the current immutable object by setting a present value for the optional
taggedAddresses attribute. |
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withWriteRequest(Optional<WriteRequest> optional)
Copy the current immutable object by setting an optional value for the
writeRequest attribute. |
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withWriteRequest(WriteRequest value)
Copy the current immutable object by setting a present value for the optional
writeRequest attribute. |
Copyright © 2018. All rights reserved.