| Package | Description |
|---|---|
| com.orbitz.consul.option |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCatalogOptions |
ImmutableCatalogOptions.Builder.build()
Builds a new
ImmutableCatalogOptions. |
static ImmutableCatalogOptions |
ImmutableCatalogOptions.copyOf(CatalogOptions instance)
Creates an immutable copy of a
CatalogOptions value. |
ImmutableCatalogOptions |
ImmutableCatalogOptions.withDatacenter(com.google.common.base.Optional<String> optional)
Copy the current immutable object by setting an optional value for the
datacenter attribute. |
ImmutableCatalogOptions |
ImmutableCatalogOptions.withDatacenter(String value)
Copy the current immutable object by setting a present value for the optional
datacenter attribute. |
ImmutableCatalogOptions |
ImmutableCatalogOptions.withTag(com.google.common.base.Optional<String> optional)
Copy the current immutable object by setting an optional value for the
tag attribute. |
ImmutableCatalogOptions |
ImmutableCatalogOptions.withTag(String value)
Copy the current immutable object by setting a present value for the optional
tag attribute. |
Copyright © 2016. All rights reserved.