Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.OpenSearchServerlessConfiguration.Builder
Packages that use OpenSearchServerlessConfiguration.Builder
-
Uses of OpenSearchServerlessConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return OpenSearchServerlessConfiguration.BuilderModifier and TypeMethodDescriptionOpenSearchServerlessConfiguration.builder()OpenSearchServerlessConfiguration.Builder.collectionArn(String collectionArn) The Amazon Resource Name (ARN) of the OpenSearch Service vector store.OpenSearchServerlessConfiguration.Builder.fieldMapping(Consumer<OpenSearchServerlessFieldMapping.Builder> fieldMapping) Contains the names of the fields to which to map information about the vector store.OpenSearchServerlessConfiguration.Builder.fieldMapping(OpenSearchServerlessFieldMapping fieldMapping) Contains the names of the fields to which to map information about the vector store.OpenSearchServerlessConfiguration.toBuilder()OpenSearchServerlessConfiguration.Builder.vectorIndexName(String vectorIndexName) The name of the vector store.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type OpenSearchServerlessConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OpenSearchServerlessConfiguration.Builder>OpenSearchServerlessConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type OpenSearchServerlessConfiguration.BuilderModifier and TypeMethodDescriptiondefault StorageConfiguration.BuilderStorageConfiguration.Builder.opensearchServerlessConfiguration(Consumer<OpenSearchServerlessConfiguration.Builder> opensearchServerlessConfiguration) Contains the storage configuration of the knowledge base in Amazon OpenSearch Service.