Uses of Class
software.amazon.awscdk.services.lambda.eventsources.KinesisEventSourceProps.Builder
Packages that use KinesisEventSourceProps.Builder
-
Uses of KinesisEventSourceProps.Builder in software.amazon.awscdk.services.lambda.eventsources
Methods in software.amazon.awscdk.services.lambda.eventsources that return KinesisEventSourceProps.BuilderModifier and TypeMethodDescriptionSets the value ofBaseStreamEventSourceProps.getBatchSize()KinesisEventSourceProps.Builder.bisectBatchOnError(Boolean bisectBatchOnError) Sets the value ofStreamEventSourceProps.getBisectBatchOnError()KinesisEventSourceProps.builder()Sets the value ofBaseStreamEventSourceProps.getEnabled()KinesisEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow) Sets the value ofBaseStreamEventSourceProps.getMaxBatchingWindow()KinesisEventSourceProps.Builder.maxRecordAge(Duration maxRecordAge) Sets the value ofStreamEventSourceProps.getMaxRecordAge()KinesisEventSourceProps.Builder.onFailure(IEventSourceDlq onFailure) Sets the value ofStreamEventSourceProps.getOnFailure()KinesisEventSourceProps.Builder.parallelizationFactor(Number parallelizationFactor) Sets the value ofStreamEventSourceProps.getParallelizationFactor()KinesisEventSourceProps.Builder.reportBatchItemFailures(Boolean reportBatchItemFailures) Sets the value ofStreamEventSourceProps.getReportBatchItemFailures()KinesisEventSourceProps.Builder.retryAttempts(Number retryAttempts) Sets the value ofStreamEventSourceProps.getRetryAttempts()KinesisEventSourceProps.Builder.startingPosition(StartingPosition startingPosition) Sets the value ofBaseStreamEventSourceProps.getStartingPosition()KinesisEventSourceProps.Builder.tumblingWindow(Duration tumblingWindow) Sets the value ofStreamEventSourceProps.getTumblingWindow()Constructors in software.amazon.awscdk.services.lambda.eventsources with parameters of type KinesisEventSourceProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theKinesisEventSourceProps.Builder.