Class CfnFlowVersion.AgentFlowNodeConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrock.CfnFlowVersion.AgentFlowNodeConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowVersion.AgentFlowNodeConfigurationProperty>
- Enclosing interface:
CfnFlowVersion.AgentFlowNodeConfigurationProperty
@Stability(Stable)
public static final class CfnFlowVersion.AgentFlowNodeConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowVersion.AgentFlowNodeConfigurationProperty>
A builder for
CfnFlowVersion.AgentFlowNodeConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentAliasArn(String agentAliasArn) Sets the value ofCfnFlowVersion.AgentFlowNodeConfigurationProperty.getAgentAliasArn()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
agentAliasArn
@Stability(Stable) public CfnFlowVersion.AgentFlowNodeConfigurationProperty.Builder agentAliasArn(String agentAliasArn) Sets the value ofCfnFlowVersion.AgentFlowNodeConfigurationProperty.getAgentAliasArn()- Parameters:
agentAliasArn- The Amazon Resource Name (ARN) of the alias of the agent to invoke. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowVersion.AgentFlowNodeConfigurationProperty>- Returns:
- a new instance of
CfnFlowVersion.AgentFlowNodeConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-