| Package | Description |
|---|---|
| com.orbitz.consul.model.query |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableServiceQuery.Builder |
ImmutableServiceQuery.builder()
Creates a builder for
ImmutableServiceQuery. |
ImmutableServiceQuery.Builder |
ImmutableServiceQuery.Builder.failover(Failover failover)
Initializes the optional value
failover to failover. |
ImmutableServiceQuery.Builder |
ImmutableServiceQuery.Builder.failover(Optional<Failover> failover)
Initializes the optional value
failover to failover. |
ImmutableServiceQuery.Builder |
ImmutableServiceQuery.Builder.from(ServiceQuery instance)
Fill a builder with attribute values from the provided
ServiceQuery instance. |
ImmutableServiceQuery.Builder |
ImmutableServiceQuery.Builder.onlyPassing(boolean onlyPassing)
Initializes the optional value
onlyPassing to onlyPassing. |
ImmutableServiceQuery.Builder |
ImmutableServiceQuery.Builder.onlyPassing(Optional<Boolean> onlyPassing)
Initializes the optional value
onlyPassing to onlyPassing. |
ImmutableServiceQuery.Builder |
ImmutableServiceQuery.Builder.service(String service)
Initializes the value for the
service attribute. |
ImmutableServiceQuery.Builder |
ImmutableServiceQuery.Builder.tags(List<String> tags)
Initializes the optional value
tags to tags. |
ImmutableServiceQuery.Builder |
ImmutableServiceQuery.Builder.tags(Optional<List<String>> tags)
Initializes the optional value
tags to tags. |
Copyright © 2018. All rights reserved.