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