Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.AssociateAgentKnowledgeBaseRequest.Builder
-
Packages that use AssociateAgentKnowledgeBaseRequest.Builder Package Description software.amazon.awssdk.services.bedrockagent An example service, deployed with the Octane Service creator, which will echo the stringsoftware.amazon.awssdk.services.bedrockagent.model -
-
Uses of AssociateAgentKnowledgeBaseRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type AssociateAgentKnowledgeBaseRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateAgentKnowledgeBaseResponse>BedrockAgentAsyncClient. associateAgentKnowledgeBase(Consumer<AssociateAgentKnowledgeBaseRequest.Builder> associateAgentKnowledgeBaseRequest)Associate a Knowledge Base to an existing Amazon Bedrock Agentdefault AssociateAgentKnowledgeBaseResponseBedrockAgentClient. associateAgentKnowledgeBase(Consumer<AssociateAgentKnowledgeBaseRequest.Builder> associateAgentKnowledgeBaseRequest)Associate a Knowledge Base to an existing Amazon Bedrock Agent -
Uses of AssociateAgentKnowledgeBaseRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AssociateAgentKnowledgeBaseRequest.Builder Modifier and Type Method Description AssociateAgentKnowledgeBaseRequest.BuilderAssociateAgentKnowledgeBaseRequest.Builder. agentId(String agentId)Id generated at the server side when an Agent is createdAssociateAgentKnowledgeBaseRequest.BuilderAssociateAgentKnowledgeBaseRequest.Builder. agentVersion(String agentVersion)Draft Version of the Agent.static AssociateAgentKnowledgeBaseRequest.BuilderAssociateAgentKnowledgeBaseRequest. builder()AssociateAgentKnowledgeBaseRequest.BuilderAssociateAgentKnowledgeBaseRequest.Builder. description(String description)Sets the value of the Description property for this object.AssociateAgentKnowledgeBaseRequest.BuilderAssociateAgentKnowledgeBaseRequest.Builder. knowledgeBaseId(String knowledgeBaseId)Sets the value of the KnowledgeBaseId property for this object.AssociateAgentKnowledgeBaseRequest.BuilderAssociateAgentKnowledgeBaseRequest.Builder. knowledgeBaseState(String knowledgeBaseState)Sets the value of the KnowledgeBaseState property for this object.AssociateAgentKnowledgeBaseRequest.BuilderAssociateAgentKnowledgeBaseRequest.Builder. knowledgeBaseState(KnowledgeBaseState knowledgeBaseState)Sets the value of the KnowledgeBaseState property for this object.AssociateAgentKnowledgeBaseRequest.BuilderAssociateAgentKnowledgeBaseRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateAgentKnowledgeBaseRequest.BuilderAssociateAgentKnowledgeBaseRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateAgentKnowledgeBaseRequest.BuilderAssociateAgentKnowledgeBaseRequest. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type AssociateAgentKnowledgeBaseRequest.Builder Modifier and Type Method Description static Class<? extends AssociateAgentKnowledgeBaseRequest.Builder>AssociateAgentKnowledgeBaseRequest. serializableBuilderClass()
-