Package com.yahoo.cloud.config
Class LbServicesConfig.Tenants.Builder
java.lang.Object
com.yahoo.cloud.config.LbServicesConfig.Tenants.Builder
- All Implemented Interfaces:
com.yahoo.config.ConfigBuilder
- Enclosing class:
- LbServicesConfig.Tenants
public static final class LbServicesConfig.Tenants.Builder
extends Object
implements com.yahoo.config.ConfigBuilder
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplications(String __key, LbServicesConfig.Tenants.Applications.Builder __value) applications(String __key, Consumer<LbServicesConfig.Tenants.Applications.Builder> __func) Make a new builder and run the supplied function on it before using it as the valuebuild()
-
Field Details
-
applications
-
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
applications
public LbServicesConfig.Tenants.Builder applications(String __key, LbServicesConfig.Tenants.Applications.Builder __value) -
applications
public LbServicesConfig.Tenants.Builder applications(Map<String, LbServicesConfig.Tenants.Applications.Builder> __values) -
applications
public LbServicesConfig.Tenants.Builder applications(String __key, Consumer<LbServicesConfig.Tenants.Applications.Builder> __func) Make a new builder and run the supplied function on it before using it as the value- Parameters:
__func- lambda that modifies the given builder- Returns:
- this builder
-
build
-