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