Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.OpenSearchManagedClusterConfiguration.Builder
Packages that use OpenSearchManagedClusterConfiguration.Builder
-
Uses of OpenSearchManagedClusterConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return OpenSearchManagedClusterConfiguration.BuilderModifier and TypeMethodDescriptionOpenSearchManagedClusterConfiguration.builder()The Amazon Resource Name (ARN) of the OpenSearch domain.OpenSearchManagedClusterConfiguration.Builder.domainEndpoint(String domainEndpoint) The endpoint URL the OpenSearch domain.OpenSearchManagedClusterConfiguration.Builder.fieldMapping(Consumer<OpenSearchManagedClusterFieldMapping.Builder> fieldMapping) Contains the names of the fields to which to map information about the vector store.OpenSearchManagedClusterConfiguration.Builder.fieldMapping(OpenSearchManagedClusterFieldMapping fieldMapping) Contains the names of the fields to which to map information about the vector store.OpenSearchManagedClusterConfiguration.toBuilder()OpenSearchManagedClusterConfiguration.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 OpenSearchManagedClusterConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OpenSearchManagedClusterConfiguration.Builder>OpenSearchManagedClusterConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type OpenSearchManagedClusterConfiguration.BuilderModifier and TypeMethodDescriptiondefault StorageConfiguration.BuilderStorageConfiguration.Builder.opensearchManagedClusterConfiguration(Consumer<OpenSearchManagedClusterConfiguration.Builder> opensearchManagedClusterConfiguration) Contains details about the storage configuration of the knowledge base in OpenSearch Managed Cluster.