static ImmutableServiceQuery.Builder |
ImmutableServiceQuery.builder() |
|
ImmutableServiceQuery.Builder |
ImmutableServiceQuery.Builder.failover(Failover failover) |
Initializes the optional value failover to failover.
|
ImmutableServiceQuery.Builder |
ImmutableServiceQuery.Builder.failover(java.util.Optional<? extends 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(java.util.Optional<java.lang.Boolean> onlyPassing) |
Initializes the optional value onlyPassing to onlyPassing.
|
ImmutableServiceQuery.Builder |
ImmutableServiceQuery.Builder.service(java.lang.String service) |
Initializes the value for the service attribute.
|
ImmutableServiceQuery.Builder |
ImmutableServiceQuery.Builder.tags(java.util.List<java.lang.String> tags) |
Initializes the optional value tags to tags.
|
ImmutableServiceQuery.Builder |
ImmutableServiceQuery.Builder.tags(java.util.Optional<? extends java.util.List<java.lang.String>> tags) |
Initializes the optional value tags to tags.
|