Uses of Class
software.amazon.awsconstructs.services.dynamodbstreamslambda.DynamoDBStreamsToLambdaProps.Builder
-
Uses of DynamoDBStreamsToLambdaProps.Builder in software.amazon.awsconstructs.services.dynamodbstreamslambda
Methods in software.amazon.awsconstructs.services.dynamodbstreamslambda that return DynamoDBStreamsToLambdaProps.BuilderModifier and TypeMethodDescriptionDynamoDBStreamsToLambdaProps.builder()DynamoDBStreamsToLambdaProps.Builder.deploySqsDlqQueue(Boolean deploySqsDlqQueue) Sets the value ofDynamoDBStreamsToLambdaProps.getDeploySqsDlqQueue()DynamoDBStreamsToLambdaProps.Builder.dynamoEventSourceProps(Object dynamoEventSourceProps) Sets the value ofDynamoDBStreamsToLambdaProps.getDynamoEventSourceProps()DynamoDBStreamsToLambdaProps.Builder.dynamoTableProps(software.amazon.awscdk.services.dynamodb.TableProps dynamoTableProps) Sets the value ofDynamoDBStreamsToLambdaProps.getDynamoTableProps()DynamoDBStreamsToLambdaProps.Builder.existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj) Sets the value ofDynamoDBStreamsToLambdaProps.getExistingLambdaObj()DynamoDBStreamsToLambdaProps.Builder.existingTableInterface(software.amazon.awscdk.services.dynamodb.ITable existingTableInterface) Sets the value ofDynamoDBStreamsToLambdaProps.getExistingTableInterface()DynamoDBStreamsToLambdaProps.Builder.lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps) Sets the value ofDynamoDBStreamsToLambdaProps.getLambdaFunctionProps()DynamoDBStreamsToLambdaProps.Builder.sqsDlqQueueProps(software.amazon.awscdk.services.sqs.QueueProps sqsDlqQueueProps) Sets the value ofDynamoDBStreamsToLambdaProps.getSqsDlqQueueProps()Constructors in software.amazon.awsconstructs.services.dynamodbstreamslambda with parameters of type DynamoDBStreamsToLambdaProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theDynamoDBStreamsToLambdaProps.Builder.