Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.AssociateAgentKnowledgeBaseResponse.Builder
-
Packages that use AssociateAgentKnowledgeBaseResponse.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of AssociateAgentKnowledgeBaseResponse.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AssociateAgentKnowledgeBaseResponse.Builder Modifier and Type Method Description default AssociateAgentKnowledgeBaseResponse.BuilderAssociateAgentKnowledgeBaseResponse.Builder. agentKnowledgeBase(Consumer<AgentKnowledgeBase.Builder> agentKnowledgeBase)Sets the value of the AgentKnowledgeBase property for this object.AssociateAgentKnowledgeBaseResponse.BuilderAssociateAgentKnowledgeBaseResponse.Builder. agentKnowledgeBase(AgentKnowledgeBase agentKnowledgeBase)Sets the value of the AgentKnowledgeBase property for this object.static AssociateAgentKnowledgeBaseResponse.BuilderAssociateAgentKnowledgeBaseResponse. builder()AssociateAgentKnowledgeBaseResponse.BuilderAssociateAgentKnowledgeBaseResponse. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type AssociateAgentKnowledgeBaseResponse.Builder Modifier and Type Method Description static Class<? extends AssociateAgentKnowledgeBaseResponse.Builder>AssociateAgentKnowledgeBaseResponse. serializableBuilderClass()
-