@Stability(value=Stable) public static final class CfnIndex.ValueImportanceItemProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnIndex.ValueImportanceItemProperty>
CfnIndex.ValueImportanceItemProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnIndex.ValueImportanceItemProperty |
build()
Builds the configured instance.
|
CfnIndex.ValueImportanceItemProperty.Builder |
key(String key)
Sets the value of
CfnIndex.ValueImportanceItemProperty.getKey() |
CfnIndex.ValueImportanceItemProperty.Builder |
value(Number value)
Sets the value of
CfnIndex.ValueImportanceItemProperty.getValue() |
@Stability(value=Stable) public CfnIndex.ValueImportanceItemProperty.Builder key(String key)
CfnIndex.ValueImportanceItemProperty.getKey()key - The document metadata value that receives the search boost.this@Stability(value=Stable) public CfnIndex.ValueImportanceItemProperty.Builder value(Number value)
CfnIndex.ValueImportanceItemProperty.getValue()value - The boost value that a document receives when the key is part of the metadata of a document.this@Stability(value=Stable) public CfnIndex.ValueImportanceItemProperty build()
build in interface software.amazon.jsii.Builder<CfnIndex.ValueImportanceItemProperty>CfnIndex.ValueImportanceItemPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.