Class CfnIndex.MetadataConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.s3vectors.CfnIndex.MetadataConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIndex.MetadataConfigurationProperty>
- Enclosing interface:
CfnIndex.MetadataConfigurationProperty
@Stability(Stable)
public static final class CfnIndex.MetadataConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIndex.MetadataConfigurationProperty>
A builder for
CfnIndex.MetadataConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.nonFilterableMetadataKeys(List<String> nonFilterableMetadataKeys) Sets the value ofCfnIndex.MetadataConfigurationProperty.getNonFilterableMetadataKeys()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
nonFilterableMetadataKeys
@Stability(Stable) public CfnIndex.MetadataConfigurationProperty.Builder nonFilterableMetadataKeys(List<String> nonFilterableMetadataKeys) Sets the value ofCfnIndex.MetadataConfigurationProperty.getNonFilterableMetadataKeys()- Parameters:
nonFilterableMetadataKeys- Non-filterable metadata keys allow you to enrich vectors with additional context during storage and retrieval. Unlike default metadata keys, these keys cannot be used as query filters. Non-filterable metadata keys can be retrieved but cannot be searched, queried, or filtered. You can access non-filterable metadata keys of your vectors after finding the vectors.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIndex.MetadataConfigurationProperty>- Returns:
- a new instance of
CfnIndex.MetadataConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-