@Stability(value=Stable) public static final class CfnApplicationOutput.LambdaOutputProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationOutput.LambdaOutputProperty>
CfnApplicationOutput.LambdaOutputProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplicationOutput.LambdaOutputProperty |
build()
Builds the configured instance.
|
CfnApplicationOutput.LambdaOutputProperty.Builder |
resourceArn(String resourceArn)
Sets the value of
CfnApplicationOutput.LambdaOutputProperty.getResourceArn() |
CfnApplicationOutput.LambdaOutputProperty.Builder |
roleArn(String roleArn)
Sets the value of
CfnApplicationOutput.LambdaOutputProperty.getRoleArn() |
@Stability(value=Stable) public CfnApplicationOutput.LambdaOutputProperty.Builder resourceArn(String resourceArn)
CfnApplicationOutput.LambdaOutputProperty.getResourceArn()resourceArn - 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: AWS Lambda
this@Stability(value=Stable) public CfnApplicationOutput.LambdaOutputProperty.Builder roleArn(String roleArn)
CfnApplicationOutput.LambdaOutputProperty.getRoleArn()roleArn - ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function on your behalf. This parameter is required.
You need to grant the necessary permissions to this role.this@Stability(value=Stable) public CfnApplicationOutput.LambdaOutputProperty build()
build in interface software.amazon.jsii.Builder<CfnApplicationOutput.LambdaOutputProperty>CfnApplicationOutput.LambdaOutputPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.