Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.AgentFlowNodeConfiguration.Builder
Packages that use AgentFlowNodeConfiguration.Builder
-
Uses of AgentFlowNodeConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AgentFlowNodeConfiguration.BuilderModifier and TypeMethodDescriptionAgentFlowNodeConfiguration.Builder.agentAliasArn(String agentAliasArn) The Amazon Resource Name (ARN) of the alias of the agent to invoke.AgentFlowNodeConfiguration.builder()AgentFlowNodeConfiguration.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type AgentFlowNodeConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AgentFlowNodeConfiguration.Builder>AgentFlowNodeConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type AgentFlowNodeConfiguration.BuilderModifier and TypeMethodDescriptiondefault 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.