Uses of Class
org.kiwiproject.consul.model.health.ImmutableServiceHealth.Builder
Packages that use ImmutableServiceHealth.Builder
-
Uses of ImmutableServiceHealth.Builder in org.kiwiproject.consul.model.health
Methods in org.kiwiproject.consul.model.health that return ImmutableServiceHealth.BuilderModifier and TypeMethodDescriptionImmutableServiceHealth.Builder.addAllChecks(Iterable<? extends HealthCheck> elements) Adds elements tocheckslist.ImmutableServiceHealth.Builder.addChecks(HealthCheck element) Adds one element tocheckslist.ImmutableServiceHealth.Builder.addChecks(HealthCheck... elements) Adds elements tocheckslist.ImmutableServiceHealth.builder()Creates a builder forImmutableServiceHealth.ImmutableServiceHealth.Builder.checks(Iterable<? extends HealthCheck> elements) Sets or replaces all elements forcheckslist.ImmutableServiceHealth.Builder.from(ServiceHealth instance) Fill a builder with attribute values from the providedServiceHealthinstance.Initializes the value for thenodeattribute.Initializes the value for theserviceattribute.