Uses of Class
software.amazon.awscdk.services.sam.CfnFunction.DynamoDBEventProperty.Builder
Package
Description
AWS Serverless Application Model Construct Library
-
Uses of CfnFunction.DynamoDBEventProperty.Builder in software.amazon.awscdk.services.sam
Modifier and TypeMethodDescriptionSets the value ofCfnFunction.DynamoDBEventProperty.getBatchSize()
CfnFunction.DynamoDBEventProperty.Builder.bisectBatchOnFunctionError
(Boolean bisectBatchOnFunctionError) Sets the value ofCfnFunction.DynamoDBEventProperty.getBisectBatchOnFunctionError()
CfnFunction.DynamoDBEventProperty.Builder.bisectBatchOnFunctionError
(IResolvable bisectBatchOnFunctionError) Sets the value ofCfnFunction.DynamoDBEventProperty.getBisectBatchOnFunctionError()
CfnFunction.DynamoDBEventProperty.builder()
CfnFunction.DynamoDBEventProperty.Builder.destinationConfig
(IResolvable destinationConfig) Sets the value ofCfnFunction.DynamoDBEventProperty.getDestinationConfig()
CfnFunction.DynamoDBEventProperty.Builder.destinationConfig
(CfnFunction.DestinationConfigProperty destinationConfig) Sets the value ofCfnFunction.DynamoDBEventProperty.getDestinationConfig()
Sets the value ofCfnFunction.DynamoDBEventProperty.getEnabled()
CfnFunction.DynamoDBEventProperty.Builder.enabled
(IResolvable enabled) Sets the value ofCfnFunction.DynamoDBEventProperty.getEnabled()
CfnFunction.DynamoDBEventProperty.Builder.maximumBatchingWindowInSeconds
(Number maximumBatchingWindowInSeconds) Sets the value ofCfnFunction.DynamoDBEventProperty.getMaximumBatchingWindowInSeconds()
CfnFunction.DynamoDBEventProperty.Builder.maximumRecordAgeInSeconds
(Number maximumRecordAgeInSeconds) Sets the value ofCfnFunction.DynamoDBEventProperty.getMaximumRecordAgeInSeconds()
CfnFunction.DynamoDBEventProperty.Builder.maximumRetryAttempts
(Number maximumRetryAttempts) Sets the value ofCfnFunction.DynamoDBEventProperty.getMaximumRetryAttempts()
CfnFunction.DynamoDBEventProperty.Builder.parallelizationFactor
(Number parallelizationFactor) Sets the value ofCfnFunction.DynamoDBEventProperty.getParallelizationFactor()
CfnFunction.DynamoDBEventProperty.Builder.startingPosition
(String startingPosition) Sets the value ofCfnFunction.DynamoDBEventProperty.getStartingPosition()
Sets the value ofCfnFunction.DynamoDBEventProperty.getStream()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFunction.DynamoDBEventProperty.Builder
.