Class CfnFlow.AgentFlowNodeConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrock.CfnFlow.AgentFlowNodeConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlow.AgentFlowNodeConfigurationProperty>
- Enclosing interface:
CfnFlow.AgentFlowNodeConfigurationProperty
@Stability(Stable)
public static final class CfnFlow.AgentFlowNodeConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlow.AgentFlowNodeConfigurationProperty>
A builder for
CfnFlow.AgentFlowNodeConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentAliasArn(String agentAliasArn) Sets the value ofCfnFlow.AgentFlowNodeConfigurationProperty.getAgentAliasArn()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
agentAliasArn
@Stability(Stable) public CfnFlow.AgentFlowNodeConfigurationProperty.Builder agentAliasArn(String agentAliasArn) Sets the value ofCfnFlow.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<CfnFlow.AgentFlowNodeConfigurationProperty>- Returns:
- a new instance of
CfnFlow.AgentFlowNodeConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-