Uses of Class
com.yahoo.cloud.config.ModelConfig.Hosts.Builder
Packages that use ModelConfig.Hosts.Builder
-
Uses of ModelConfig.Hosts.Builder in com.yahoo.cloud.config
Fields in com.yahoo.cloud.config with type parameters of type ModelConfig.Hosts.BuilderMethods in com.yahoo.cloud.config that return ModelConfig.Hosts.BuilderModifier and TypeMethodDescriptionModelConfig.Hosts.Builder.services(ModelConfig.Hosts.Services.Builder __builder) Add the given builder to this builder's list of Services buildersModelConfig.Hosts.Builder.services(Consumer<ModelConfig.Hosts.Services.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listModelConfig.Hosts.Builder.services(List<ModelConfig.Hosts.Services.Builder> __builders) Set the given list as this builder's list of Services buildersMethods in com.yahoo.cloud.config with parameters of type ModelConfig.Hosts.BuilderModifier and TypeMethodDescriptionModelConfig.Builder.hosts(ModelConfig.Hosts.Builder __builder) Add the given builder to this builder's list of Hosts buildersMethod parameters in com.yahoo.cloud.config with type arguments of type ModelConfig.Hosts.BuilderModifier and TypeMethodDescriptionModelConfig.Builder.hosts(Consumer<ModelConfig.Hosts.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listModelConfig.Builder.hosts(List<ModelConfig.Hosts.Builder> __builders) Set the given list as this builder's list of Hosts buildersConstructors in com.yahoo.cloud.config with parameters of type ModelConfig.Hosts.Builder