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