Uses of Class
org.kiwiproject.consul.model.catalog.ImmutableCatalogNode.Builder
Packages that use ImmutableCatalogNode.Builder
-
Uses of ImmutableCatalogNode.Builder in org.kiwiproject.consul.model.catalog
Methods in org.kiwiproject.consul.model.catalog that return ImmutableCatalogNode.BuilderModifier and TypeMethodDescriptionstatic ImmutableCatalogNode.BuilderImmutableCatalogNode.builder()Creates a builder forImmutableCatalogNode.ImmutableCatalogNode.Builder.from(CatalogNode instance) Fill a builder with attribute values from the providedCatalogNodeinstance.Initializes the value for thenodeattribute.ImmutableCatalogNode.Builder.putAllServices(Map<String, ? extends Service> entries) Put all mappings from the specified map as entries toservicesmap.ImmutableCatalogNode.Builder.putServices(String key, Service value) Put one entry to theservicesmap.ImmutableCatalogNode.Builder.putServices(Map.Entry<String, ? extends Service> entry) Put one entry to theservicesmap.Sets or replaces all mappings from the specified map as entries for theservicesmap.