Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.GetAgentKnowledgeBaseRequest.Builder
Packages that use GetAgentKnowledgeBaseRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of GetAgentKnowledgeBaseRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type GetAgentKnowledgeBaseRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentAsyncClient.getAgentKnowledgeBase(Consumer<GetAgentKnowledgeBaseRequest.Builder> getAgentKnowledgeBaseRequest) Gets information about a knowledge base associated with an agent.default GetAgentKnowledgeBaseResponseBedrockAgentClient.getAgentKnowledgeBase(Consumer<GetAgentKnowledgeBaseRequest.Builder> getAgentKnowledgeBaseRequest) Gets information about a knowledge base associated with an agent. -
Uses of GetAgentKnowledgeBaseRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return GetAgentKnowledgeBaseRequest.BuilderModifier and TypeMethodDescriptionThe unique identifier of the agent with which the knowledge base is associated.GetAgentKnowledgeBaseRequest.Builder.agentVersion(String agentVersion) The version of the agent with which the knowledge base is associated.GetAgentKnowledgeBaseRequest.builder()GetAgentKnowledgeBaseRequest.Builder.knowledgeBaseId(String knowledgeBaseId) The unique identifier of the knowledge base associated with the agent.GetAgentKnowledgeBaseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetAgentKnowledgeBaseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetAgentKnowledgeBaseRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type GetAgentKnowledgeBaseRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetAgentKnowledgeBaseRequest.Builder>GetAgentKnowledgeBaseRequest.serializableBuilderClass()