Class CfnApplicationV2.InputLambdaProcessorProperty.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisanalytics.CfnApplicationV2.InputLambdaProcessorProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationV2.InputLambdaProcessorProperty>
- Enclosing interface:
CfnApplicationV2.InputLambdaProcessorProperty
@Stability(Stable)
public static final class CfnApplicationV2.InputLambdaProcessorProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationV2.InputLambdaProcessorProperty>
A builder for
CfnApplicationV2.InputLambdaProcessorProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.resourceArn
(String resourceArn) Sets the value ofCfnApplicationV2.InputLambdaProcessorProperty.getResourceArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
resourceArn
@Stability(Stable) public CfnApplicationV2.InputLambdaProcessorProperty.Builder resourceArn(String resourceArn) Sets the value ofCfnApplicationV2.InputLambdaProcessorProperty.getResourceArn()
- Parameters:
resourceArn
- The ARN of the Amazon Lambda function that operates on records in the stream. This parameter is required.To specify an earlier version of the Lambda function than the latest, include the Lambda function version in the Lambda function ARN. For more information about Lambda ARNs, see Example ARNs: Amazon Lambda
- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnApplicationV2.InputLambdaProcessorProperty>
- Returns:
- a new instance of
CfnApplicationV2.InputLambdaProcessorProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-