Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.UpdateAgentKnowledgeBaseRequest.Builder
Packages that use UpdateAgentKnowledgeBaseRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of UpdateAgentKnowledgeBaseRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type UpdateAgentKnowledgeBaseRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentAsyncClient.updateAgentKnowledgeBase(Consumer<UpdateAgentKnowledgeBaseRequest.Builder> updateAgentKnowledgeBaseRequest) Updates the configuration for a knowledge base that has been associated with an agent.default UpdateAgentKnowledgeBaseResponseBedrockAgentClient.updateAgentKnowledgeBase(Consumer<UpdateAgentKnowledgeBaseRequest.Builder> updateAgentKnowledgeBaseRequest) Updates the configuration for a knowledge base that has been associated with an agent. -
Uses of UpdateAgentKnowledgeBaseRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return UpdateAgentKnowledgeBaseRequest.BuilderModifier and TypeMethodDescriptionThe unique identifier of the agent associated with the knowledge base that you want to update.UpdateAgentKnowledgeBaseRequest.Builder.agentVersion(String agentVersion) The version of the agent associated with the knowledge base that you want to update.UpdateAgentKnowledgeBaseRequest.builder()UpdateAgentKnowledgeBaseRequest.Builder.description(String description) Specifies a new description for the knowledge base associated with an agent.UpdateAgentKnowledgeBaseRequest.Builder.knowledgeBaseId(String knowledgeBaseId) The unique identifier of the knowledge base that has been associated with an agent.UpdateAgentKnowledgeBaseRequest.Builder.knowledgeBaseState(String knowledgeBaseState) Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent request.UpdateAgentKnowledgeBaseRequest.Builder.knowledgeBaseState(KnowledgeBaseState knowledgeBaseState) Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent request.UpdateAgentKnowledgeBaseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateAgentKnowledgeBaseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateAgentKnowledgeBaseRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type UpdateAgentKnowledgeBaseRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateAgentKnowledgeBaseRequest.Builder>UpdateAgentKnowledgeBaseRequest.serializableBuilderClass()