Interface StringListAttributeBoostingConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StringListAttributeBoostingConfiguration.Builder,StringListAttributeBoostingConfiguration>,SdkBuilder<StringListAttributeBoostingConfiguration.Builder,StringListAttributeBoostingConfiguration>,SdkPojo
- Enclosing class:
- StringListAttributeBoostingConfiguration
public static interface StringListAttributeBoostingConfiguration.Builder extends SdkPojo, CopyableBuilder<StringListAttributeBoostingConfiguration.Builder,StringListAttributeBoostingConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringListAttributeBoostingConfiguration.BuilderboostingLevel(String boostingLevel)Specifies how much a document attribute is boosted.StringListAttributeBoostingConfiguration.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
-
boostingLevel
StringListAttributeBoostingConfiguration.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
StringListAttributeBoostingConfiguration.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
-
-