Uses of Class
com.yahoo.cloud.config.ClusterInfoConfig.Services.Builder
Packages that use ClusterInfoConfig.Services.Builder
-
Uses of ClusterInfoConfig.Services.Builder in com.yahoo.cloud.config
Fields in com.yahoo.cloud.config with type parameters of type ClusterInfoConfig.Services.BuilderMethods in com.yahoo.cloud.config that return ClusterInfoConfig.Services.BuilderModifier and TypeMethodDescriptionClusterInfoConfig.Services.Builder.index(int __value) ClusterInfoConfig.Services.Builder.ports(ClusterInfoConfig.Services.Ports.Builder __builder) Add the given builder to this builder's list of Ports buildersClusterInfoConfig.Services.Builder.ports(Consumer<ClusterInfoConfig.Services.Ports.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listClusterInfoConfig.Services.Builder.ports(List<ClusterInfoConfig.Services.Ports.Builder> __builders) Set the given list as this builder's list of Ports buildersMethods in com.yahoo.cloud.config with parameters of type ClusterInfoConfig.Services.BuilderModifier and TypeMethodDescriptionClusterInfoConfig.Builder.services(ClusterInfoConfig.Services.Builder __builder) Add the given builder to this builder's list of Services buildersMethod parameters in com.yahoo.cloud.config with type arguments of type ClusterInfoConfig.Services.BuilderModifier and TypeMethodDescriptionClusterInfoConfig.Builder.services(Consumer<ClusterInfoConfig.Services.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listClusterInfoConfig.Builder.services(List<ClusterInfoConfig.Services.Builder> __builders) Set the given list as this builder's list of Services buildersConstructors in com.yahoo.cloud.config with parameters of type ClusterInfoConfig.Services.Builder