Interface AgentFlowNodeConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AgentFlowNodeConfiguration.Builder,
,AgentFlowNodeConfiguration> SdkBuilder<AgentFlowNodeConfiguration.Builder,
,AgentFlowNodeConfiguration> SdkPojo
- Enclosing class:
AgentFlowNodeConfiguration
public static interface AgentFlowNodeConfiguration.Builder
extends SdkPojo, CopyableBuilder<AgentFlowNodeConfiguration.Builder,AgentFlowNodeConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionagentAliasArn
(String agentAliasArn) The Amazon Resource Name (ARN) of the alias of the agent to invoke.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
agentAliasArn
The Amazon Resource Name (ARN) of the alias of the agent to invoke.
- Parameters:
agentAliasArn
- The Amazon Resource Name (ARN) of the alias of the agent to invoke.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-