public static final class CfnApplicationOutput.LambdaOutputProperty.Builder
extends java.lang.Object
CfnApplicationOutput.LambdaOutputProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnApplicationOutput.LambdaOutputProperty |
build()
Builds the configured instance.
|
CfnApplicationOutput.LambdaOutputProperty.Builder |
resourceArn(java.lang.String resourceArn)
Sets the value of
CfnApplicationOutput.LambdaOutputProperty.getResourceArn() |
public CfnApplicationOutput.LambdaOutputProperty.Builder resourceArn(java.lang.String resourceArn)
CfnApplicationOutput.LambdaOutputProperty.getResourceArn()
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
this
public CfnApplicationOutput.LambdaOutputProperty build()
CfnApplicationOutput.LambdaOutputProperty
java.lang.NullPointerException
- if any required attribute was not provided