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
Modifier and TypeMethodDescriptionboostingDurationInSeconds
(Long boostingDurationInSeconds) Specifies the duration, in seconds, of a boost applies to aDATE
type document attribute.boostingLevel
(String boostingLevel) Specifies how much a document attribute is boosted.boostingLevel
(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 Details
-
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:
-
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:
-
boostingDurationInSeconds
DateAttributeBoostingConfiguration.Builder boostingDurationInSeconds(Long boostingDurationInSeconds) Specifies the duration, in seconds, of a boost applies to a
DATE
type document attribute.- Parameters:
boostingDurationInSeconds
- Specifies the duration, in seconds, of a boost applies to aDATE
type document attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-