Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.UpdateAgentKnowledgeBaseRequest.Builder
-
Packages that use UpdateAgentKnowledgeBaseRequest.Builder Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents.software.amazon.awssdk.services.bedrockagent.model -
-
Uses of UpdateAgentKnowledgeBaseRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type UpdateAgentKnowledgeBaseRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateAgentKnowledgeBaseResponse>BedrockAgentAsyncClient. 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.Builder Modifier and Type Method Description UpdateAgentKnowledgeBaseRequest.BuilderUpdateAgentKnowledgeBaseRequest.Builder. agentId(String agentId)The unique identifier of the agent associated with the knowledge base that you want to update.UpdateAgentKnowledgeBaseRequest.BuilderUpdateAgentKnowledgeBaseRequest.Builder. agentVersion(String agentVersion)The version of the agent associated with the knowledge base that you want to update.static UpdateAgentKnowledgeBaseRequest.BuilderUpdateAgentKnowledgeBaseRequest. builder()UpdateAgentKnowledgeBaseRequest.BuilderUpdateAgentKnowledgeBaseRequest.Builder. description(String description)Specifies a new description for the knowledge base associated with an agent.UpdateAgentKnowledgeBaseRequest.BuilderUpdateAgentKnowledgeBaseRequest.Builder. knowledgeBaseId(String knowledgeBaseId)The unique identifier of the knowledge base that has been associated with an agent.UpdateAgentKnowledgeBaseRequest.BuilderUpdateAgentKnowledgeBaseRequest.Builder. knowledgeBaseState(String knowledgeBaseState)Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent request.UpdateAgentKnowledgeBaseRequest.BuilderUpdateAgentKnowledgeBaseRequest.Builder. knowledgeBaseState(KnowledgeBaseState knowledgeBaseState)Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent request.UpdateAgentKnowledgeBaseRequest.BuilderUpdateAgentKnowledgeBaseRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateAgentKnowledgeBaseRequest.BuilderUpdateAgentKnowledgeBaseRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateAgentKnowledgeBaseRequest.BuilderUpdateAgentKnowledgeBaseRequest. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type UpdateAgentKnowledgeBaseRequest.Builder Modifier and Type Method Description static Class<? extends UpdateAgentKnowledgeBaseRequest.Builder>UpdateAgentKnowledgeBaseRequest. serializableBuilderClass()
-