Interface CfnIndexPropsMixin.ValueImportanceItemProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnIndexPropsMixin.ValueImportanceItemProperty.Jsii$Proxy
- Enclosing class:
CfnIndexPropsMixin
@Stability(Stable)
public static interface CfnIndexPropsMixin.ValueImportanceItemProperty
extends software.amazon.jsii.JsiiSerializable
Specifies a key-value pair of the search boost value for a document when the key is part of the metadata of a document.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.kendra.*;
ValueImportanceItemProperty valueImportanceItemProperty = ValueImportanceItemProperty.builder()
.key("key")
.value(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnIndexPropsMixin.ValueImportanceItemPropertystatic final classAn implementation forCfnIndexPropsMixin.ValueImportanceItemProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKey
The document metadata value used for the search boost.- See Also:
-
getValue
The boost value for a document when the key is part of the metadata of a document.- See Also:
-
builder
-