Uses of Class
org.kiwiproject.consul.model.query.ImmutableQueryResult.Builder
Packages that use ImmutableQueryResult.Builder
-
Uses of ImmutableQueryResult.Builder in org.kiwiproject.consul.model.query
Methods in org.kiwiproject.consul.model.query that return ImmutableQueryResult.BuilderModifier and TypeMethodDescriptionImmutableQueryResult.Builder.addAllChecks(Iterable<? extends HealthCheck> elements) Adds elements tocheckslist.ImmutableQueryResult.Builder.addChecks(HealthCheck element) Adds one element tocheckslist.ImmutableQueryResult.Builder.addChecks(HealthCheck... elements) Adds elements tocheckslist.static ImmutableQueryResult.BuilderImmutableQueryResult.builder()Creates a builder forImmutableQueryResult.ImmutableQueryResult.Builder.checks(Iterable<? extends HealthCheck> elements) Sets or replaces all elements forcheckslist.ImmutableQueryResult.Builder.datacenters(String datacenters) Initializes the optional valuedatacentersto datacenters.ImmutableQueryResult.Builder.datacenters(Optional<String> datacenters) Initializes the optional valuedatacentersto datacenters.Initializes the optional valuednsto dns.Initializes the optional valuednsto dns.ImmutableQueryResult.Builder.failovers(int failovers) Initializes the optional valuefailoversto failovers.Initializes the optional valuefailoversto failovers.ImmutableQueryResult.Builder.from(QueryResult instance) Fill a builder with attribute values from the providedQueryResultinstance.Initializes the value for thenodeattribute.Initializes the value for theserviceattribute.