Interface DateAttributeBoostingConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DateAttributeBoostingConfiguration.Builder,DateAttributeBoostingConfiguration>,SdkBuilder<DateAttributeBoostingConfiguration.Builder,DateAttributeBoostingConfiguration>,SdkPojo
- Enclosing class:
- DateAttributeBoostingConfiguration
public static interface DateAttributeBoostingConfiguration.Builder extends SdkPojo, CopyableBuilder<DateAttributeBoostingConfiguration.Builder,DateAttributeBoostingConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DateAttributeBoostingConfiguration.BuilderboostingDurationInSeconds(Long boostingDurationInSeconds)Specifies the duration, in seconds, of a boost applies to aDATEtype document attribute.DateAttributeBoostingConfiguration.BuilderboostingLevel(String boostingLevel)Specifies how much a document attribute is boosted.DateAttributeBoostingConfiguration.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
DateAttributeBoostingConfiguration.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
DateAttributeBoostingConfiguration.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
-
boostingDurationInSeconds
DateAttributeBoostingConfiguration.Builder boostingDurationInSeconds(Long boostingDurationInSeconds)
Specifies the duration, in seconds, of a boost applies to a
DATEtype document attribute.- Parameters:
boostingDurationInSeconds- Specifies the duration, in seconds, of a boost applies to aDATEtype document attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-