Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.AgentFlowNodeConfiguration.Builder
-
Packages that use AgentFlowNodeConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of AgentFlowNodeConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AgentFlowNodeConfiguration.Builder Modifier and Type Method Description AgentFlowNodeConfiguration.BuilderAgentFlowNodeConfiguration.Builder. agentAliasArn(String agentAliasArn)The Amazon Resource Name (ARN) of the alias of the agent to invoke.static AgentFlowNodeConfiguration.BuilderAgentFlowNodeConfiguration. builder()AgentFlowNodeConfiguration.BuilderAgentFlowNodeConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type AgentFlowNodeConfiguration.Builder Modifier and Type Method Description static Class<? extends AgentFlowNodeConfiguration.Builder>AgentFlowNodeConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type AgentFlowNodeConfiguration.Builder Modifier and Type Method Description default FlowNodeConfiguration.BuilderFlowNodeConfiguration.Builder. agent(Consumer<AgentFlowNodeConfiguration.Builder> agent)Contains configurations for an agent node in your flow.static FlowNodeConfigurationFlowNodeConfiguration. fromAgent(Consumer<AgentFlowNodeConfiguration.Builder> agent)Create an instance of this class withFlowNodeConfiguration.agent()initialized to the given value.
-