Interface StringAttributeBoostingConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StringAttributeBoostingConfiguration.Builder,StringAttributeBoostingConfiguration>,SdkBuilder<StringAttributeBoostingConfiguration.Builder,StringAttributeBoostingConfiguration>,SdkPojo
- Enclosing class:
- StringAttributeBoostingConfiguration
public static interface StringAttributeBoostingConfiguration.Builder extends SdkPojo, CopyableBuilder<StringAttributeBoostingConfiguration.Builder,StringAttributeBoostingConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringAttributeBoostingConfiguration.BuilderattributeValueBoosting(Map<String,StringAttributeValueBoostingLevel> attributeValueBoosting)Specifies specific values of aSTRINGtype document attribute being boosted.StringAttributeBoostingConfiguration.BuilderattributeValueBoostingWithStrings(Map<String,String> attributeValueBoosting)Specifies specific values of aSTRINGtype document attribute being boosted.StringAttributeBoostingConfiguration.BuilderboostingLevel(String boostingLevel)Specifies how much a document attribute is boosted.StringAttributeBoostingConfiguration.BuilderboostingLevel(DocumentAttributeBoostingLevel boostingLevel)Specifies how much a document attribute is boosted.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
attributeValueBoostingWithStrings
StringAttributeBoostingConfiguration.Builder attributeValueBoostingWithStrings(Map<String,String> attributeValueBoosting)
Specifies specific values of a
STRINGtype document attribute being boosted.- Parameters:
attributeValueBoosting- Specifies specific values of aSTRINGtype document attribute being boosted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeValueBoosting
StringAttributeBoostingConfiguration.Builder attributeValueBoosting(Map<String,StringAttributeValueBoostingLevel> attributeValueBoosting)
Specifies specific values of a
STRINGtype document attribute being boosted.- Parameters:
attributeValueBoosting- Specifies specific values of aSTRINGtype document attribute being boosted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
boostingLevel
StringAttributeBoostingConfiguration.Builder boostingLevel(String boostingLevel)
Specifies how much a document attribute is boosted.
- Parameters:
boostingLevel- Specifies how much a document attribute is boosted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DocumentAttributeBoostingLevel,DocumentAttributeBoostingLevel
-
boostingLevel
StringAttributeBoostingConfiguration.Builder boostingLevel(DocumentAttributeBoostingLevel boostingLevel)
Specifies how much a document attribute is boosted.
- Parameters:
boostingLevel- Specifies how much a document attribute is boosted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DocumentAttributeBoostingLevel,DocumentAttributeBoostingLevel
-
-