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