Package com.yahoo.vespa.config.search
Class RankProfilesConfig.Rankprofile.Fef.Builder
java.lang.Object
com.yahoo.vespa.config.search.RankProfilesConfig.Rankprofile.Fef.Builder
- All Implemented Interfaces:
com.yahoo.config.ConfigBuilder
- Enclosing class:
- RankProfilesConfig.Rankprofile.Fef
public static final class RankProfilesConfig.Rankprofile.Fef.Builder
extends Object
implements com.yahoo.config.ConfigBuilder
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Add the given builder to this builder's list of Property buildersMake a new builder and run the supplied function on it before adding it to the listSet the given list as this builder's list of Property builders
-
Field Details
-
property
-
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
property
public RankProfilesConfig.Rankprofile.Fef.Builder property(RankProfilesConfig.Rankprofile.Fef.Property.Builder __builder) Add the given builder to this builder's list of Property builders- Parameters:
__builder- a builder- Returns:
- this builder
-
property
public RankProfilesConfig.Rankprofile.Fef.Builder property(Consumer<RankProfilesConfig.Rankprofile.Fef.Property.Builder> __func) Make a new builder and run the supplied function on it before adding it to the list- Parameters:
__func- lambda that modifies the given builder- Returns:
- this builder
-
property
public RankProfilesConfig.Rankprofile.Fef.Builder property(List<RankProfilesConfig.Rankprofile.Fef.Property.Builder> __builders) Set the given list as this builder's list of Property builders- Parameters:
__builders- a list of builders- Returns:
- this builder
-
build
-