| Package | Description |
|---|---|
| com.orbitz.consul.model.coordinate |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDatacenter |
ImmutableDatacenter.Builder.build()
Builds a new
ImmutableDatacenter. |
static ImmutableDatacenter |
ImmutableDatacenter.copyOf(Datacenter instance)
Creates an immutable copy of a
Datacenter value. |
ImmutableDatacenter |
ImmutableDatacenter.withCoordinates(Coordinate... elements)
Copy the current immutable object with elements that replace the content of
coordinates. |
ImmutableDatacenter |
ImmutableDatacenter.withCoordinates(Iterable<? extends Coordinate> elements)
Copy the current immutable object with elements that replace the content of
coordinates. |
ImmutableDatacenter |
ImmutableDatacenter.withDatacenter(String value)
Copy the current immutable object by setting a value for the
datacenter attribute. |
Copyright © 2019. All rights reserved.