public static final class DynamoDBStreamToLambda.Builder extends Object implements software.amazon.jsii.Builder<DynamoDBStreamToLambda>
DynamoDBStreamToLambda.| Modifier and Type | Method and Description |
|---|---|
DynamoDBStreamToLambda |
build() |
static DynamoDBStreamToLambda.Builder |
create(software.amazon.awscdk.core.Construct scope,
String id) |
DynamoDBStreamToLambda.Builder |
dynamoEventSourceProps(software.amazon.awscdk.services.lambda.eventsources.DynamoEventSourceProps dynamoEventSourceProps)
Optional user provided props to override the default props.
|
DynamoDBStreamToLambda.Builder |
dynamoTableProps(software.amazon.awscdk.services.dynamodb.TableProps dynamoTableProps)
Optional user provided props to override the default props.
|
DynamoDBStreamToLambda.Builder |
existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
Existing instance of Lambda Function object, if this is set then the lambdaFunctionProps is ignored.
|
DynamoDBStreamToLambda.Builder |
existingTableObj(software.amazon.awscdk.services.dynamodb.Table existingTableObj)
Existing instance of DynamoDB table object, If this is set then the dynamoTableProps is ignored.
|
DynamoDBStreamToLambda.Builder |
lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
User provided props to override the default props for the Lambda function.
|
public static DynamoDBStreamToLambda.Builder create(software.amazon.awscdk.core.Construct scope, String id)
scope - - represents the scope for all the resources. This parameter is required.id - - this is a a scope-unique id. This parameter is required.DynamoDBStreamToLambda.Builder.public DynamoDBStreamToLambda.Builder dynamoEventSourceProps(software.amazon.awscdk.services.lambda.eventsources.DynamoEventSourceProps dynamoEventSourceProps)
Default: - Default props are used
dynamoEventSourceProps - Optional user provided props to override the default props. This parameter is required.thispublic DynamoDBStreamToLambda.Builder dynamoTableProps(software.amazon.awscdk.services.dynamodb.TableProps dynamoTableProps)
Default: - Default props are used
dynamoTableProps - Optional user provided props to override the default props. This parameter is required.thispublic DynamoDBStreamToLambda.Builder existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
Default: - None
existingLambdaObj - Existing instance of Lambda Function object, if this is set then the lambdaFunctionProps is ignored. This parameter is required.thispublic DynamoDBStreamToLambda.Builder existingTableObj(software.amazon.awscdk.services.dynamodb.Table existingTableObj)
Default: - None
existingTableObj - Existing instance of DynamoDB table object, If this is set then the dynamoTableProps is ignored. This parameter is required.thispublic DynamoDBStreamToLambda.Builder lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
Default: - Default props are used
lambdaFunctionProps - User provided props to override the default props for the Lambda function. This parameter is required.thispublic DynamoDBStreamToLambda build()
build in interface software.amazon.jsii.Builder<DynamoDBStreamToLambda>Copyright © 2020. All rights reserved.