Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.UpdateKnowledgeBaseRequest.Builder
Packages that use UpdateKnowledgeBaseRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of UpdateKnowledgeBaseRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type UpdateKnowledgeBaseRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentAsyncClient.updateKnowledgeBase(Consumer<UpdateKnowledgeBaseRequest.Builder> updateKnowledgeBaseRequest) Updates the configuration of a knowledge base with the fields that you specify.default UpdateKnowledgeBaseResponseBedrockAgentClient.updateKnowledgeBase(Consumer<UpdateKnowledgeBaseRequest.Builder> updateKnowledgeBaseRequest) Updates the configuration of a knowledge base with the fields that you specify. -
Uses of UpdateKnowledgeBaseRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return UpdateKnowledgeBaseRequest.BuilderModifier and TypeMethodDescriptionUpdateKnowledgeBaseRequest.builder()UpdateKnowledgeBaseRequest.Builder.description(String description) Specifies a new description for the knowledge base.UpdateKnowledgeBaseRequest.Builder.knowledgeBaseConfiguration(Consumer<KnowledgeBaseConfiguration.Builder> knowledgeBaseConfiguration) Specifies the configuration for the embeddings model used for the knowledge base.UpdateKnowledgeBaseRequest.Builder.knowledgeBaseConfiguration(KnowledgeBaseConfiguration knowledgeBaseConfiguration) Specifies the configuration for the embeddings model used for the knowledge base.UpdateKnowledgeBaseRequest.Builder.knowledgeBaseId(String knowledgeBaseId) The unique identifier of the knowledge base to update.Specifies a new name for the knowledge base.UpdateKnowledgeBaseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateKnowledgeBaseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Specifies a different Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the knowledge base.UpdateKnowledgeBaseRequest.Builder.storageConfiguration(Consumer<StorageConfiguration.Builder> storageConfiguration) Specifies the configuration for the vector store used for the knowledge base.UpdateKnowledgeBaseRequest.Builder.storageConfiguration(StorageConfiguration storageConfiguration) Specifies the configuration for the vector store used for the knowledge base.UpdateKnowledgeBaseRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type UpdateKnowledgeBaseRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateKnowledgeBaseRequest.Builder>UpdateKnowledgeBaseRequest.serializableBuilderClass()