@Stability(value=Stable)
public static interface CfnIndex.ValueImportanceItemProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.kendra.*;
ValueImportanceItemProperty valueImportanceItemProperty = ValueImportanceItemProperty.builder()
.key("key")
.value(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIndex.ValueImportanceItemProperty.Builder
A builder for
CfnIndex.ValueImportanceItemProperty |
static class |
CfnIndex.ValueImportanceItemProperty.Jsii$Proxy
An implementation for
CfnIndex.ValueImportanceItemProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnIndex.ValueImportanceItemProperty.Builder |
builder() |
default String |
getKey()
The document metadata value that receives the search boost.
|
default Number |
getValue()
The boost value that a document receives when the key is part of the metadata of a document.
|
@Stability(value=Stable) @Nullable default String getKey()
@Stability(value=Stable) @Nullable default Number getValue()
@Stability(value=Stable) static CfnIndex.ValueImportanceItemProperty.Builder builder()
Copyright © 2022. All rights reserved.