Class CfnComponentType.LambdaFunctionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iottwinmaker.CfnComponentType.LambdaFunctionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnComponentType.LambdaFunctionProperty>
- Enclosing interface:
CfnComponentType.LambdaFunctionProperty
@Stability(Stable)
public static final class CfnComponentType.LambdaFunctionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnComponentType.LambdaFunctionProperty>
A builder for
CfnComponentType.LambdaFunctionProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnComponentType.LambdaFunctionProperty.getArn()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
arn
Sets the value ofCfnComponentType.LambdaFunctionProperty.getArn()
- Parameters:
arn
- The Lambda function ARN. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnComponentType.LambdaFunctionProperty>
- Returns:
- a new instance of
CfnComponentType.LambdaFunctionProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-