public static final class DynamoDBStreamToLambdaProps.Builder extends Object implements software.amazon.jsii.Builder<DynamoDBStreamToLambdaProps>
DynamoDBStreamToLambdaProps| Constructor and Description |
|---|
Builder() |
public DynamoDBStreamToLambdaProps.Builder deployLambda(Boolean deployLambda)
DynamoDBStreamToLambdaProps.getDeployLambda()deployLambda - Whether to create a new lambda function or use an existing lambda function. This parameter is required.
If set to false, you must provide a lambda function object as existingObjthispublic DynamoDBStreamToLambdaProps.Builder dynamoEventSourceProps(software.amazon.awscdk.services.lambda.eventsources.DynamoEventSourceProps dynamoEventSourceProps)
DynamoDBStreamToLambdaProps.getDynamoEventSourceProps()dynamoEventSourceProps - Optional user provided props to override the default props.thispublic DynamoDBStreamToLambdaProps.Builder dynamoTableProps(software.amazon.awscdk.services.dynamodb.TableProps dynamoTableProps)
DynamoDBStreamToLambdaProps.getDynamoTableProps()dynamoTableProps - Optional user provided props to override the default props.thispublic DynamoDBStreamToLambdaProps.Builder existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
DynamoDBStreamToLambdaProps.getExistingLambdaObj()existingLambdaObj - Existing instance of Lambda Function object.
If deploy is set to false only then this property is requiredthispublic DynamoDBStreamToLambdaProps.Builder lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
DynamoDBStreamToLambdaProps.getLambdaFunctionProps()lambdaFunctionProps - Optional user provided props to override the default props.
If deploy is set to true only then this property is requiredthispublic DynamoDBStreamToLambdaProps build()
build in interface software.amazon.jsii.Builder<DynamoDBStreamToLambdaProps>DynamoDBStreamToLambdaPropsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.