Class CfnApplicationOutputV2.LambdaOutputProperty.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisanalytics.CfnApplicationOutputV2.LambdaOutputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationOutputV2.LambdaOutputProperty>
- Enclosing interface:
CfnApplicationOutputV2.LambdaOutputProperty
@Stability(Stable)
public static final class CfnApplicationOutputV2.LambdaOutputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationOutputV2.LambdaOutputProperty>
A builder for
CfnApplicationOutputV2.LambdaOutputProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.resourceArn
(String resourceArn) Sets the value ofCfnApplicationOutputV2.LambdaOutputProperty.getResourceArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
resourceArn
@Stability(Stable) public CfnApplicationOutputV2.LambdaOutputProperty.Builder resourceArn(String resourceArn) Sets the value ofCfnApplicationOutputV2.LambdaOutputProperty.getResourceArn()
- Parameters:
resourceArn
- The Amazon Resource Name (ARN) of the destination Lambda function to write to. 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<CfnApplicationOutputV2.LambdaOutputProperty>
- Returns:
- a new instance of
CfnApplicationOutputV2.LambdaOutputProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-