Uses of Class
com.orbitz.consul.model.query.ImmutableFailover
-
Packages that use ImmutableFailover Package Description com.orbitz.consul.model.query -
-
Uses of ImmutableFailover in com.orbitz.consul.model.query
Methods in com.orbitz.consul.model.query that return ImmutableFailover Modifier and Type Method Description ImmutableFailoverImmutableFailover.Builder. build()Builds a newImmutableFailover.static ImmutableFailoverImmutableFailover. copyOf(Failover instance)Creates an immutable copy of aFailovervalue.ImmutableFailoverImmutableFailover. withDatacenters(java.util.List<java.lang.String> value)Copy the current immutable object by setting a present value for the optionaldatacentersattribute.ImmutableFailoverImmutableFailover. withDatacenters(java.util.Optional<? extends java.util.List<java.lang.String>> optional)Copy the current immutable object by setting an optional value for thedatacentersattribute.ImmutableFailoverImmutableFailover. withNearestN(int value)Copy the current immutable object by setting a present value for the optionalnearestNattribute.ImmutableFailoverImmutableFailover. withNearestN(java.util.Optional<java.lang.Integer> optional)Copy the current immutable object by setting an optional value for thenearestNattribute.
-