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