Uses of Class
software.amazon.awscdk.services.lambda.EventSourceMappingProps.Builder
Packages that use EventSourceMappingProps.Builder
-
Uses of EventSourceMappingProps.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return EventSourceMappingProps.BuilderModifier and TypeMethodDescriptionSets the value ofEventSourceMappingOptions.getBatchSize()EventSourceMappingProps.Builder.bisectBatchOnError(Boolean bisectBatchOnError) Sets the value ofEventSourceMappingOptions.getBisectBatchOnError()EventSourceMappingProps.builder()Sets the value ofEventSourceMappingOptions.getEnabled()EventSourceMappingProps.Builder.eventSourceArn(String eventSourceArn) Sets the value ofEventSourceMappingOptions.getEventSourceArn()EventSourceMappingProps.Builder.filterEncryption(IKey filterEncryption) Sets the value ofEventSourceMappingOptions.getFilterEncryption()Sets the value ofEventSourceMappingOptions.getFilters()EventSourceMappingProps.Builder.kafkaBootstrapServers(List<String> kafkaBootstrapServers) Sets the value ofEventSourceMappingOptions.getKafkaBootstrapServers()EventSourceMappingProps.Builder.kafkaConsumerGroupId(String kafkaConsumerGroupId) Sets the value ofEventSourceMappingOptions.getKafkaConsumerGroupId()EventSourceMappingProps.Builder.kafkaTopic(String kafkaTopic) Sets the value ofEventSourceMappingOptions.getKafkaTopic()EventSourceMappingProps.Builder.maxBatchingWindow(Duration maxBatchingWindow) Sets the value ofEventSourceMappingOptions.getMaxBatchingWindow()EventSourceMappingProps.Builder.maxConcurrency(Number maxConcurrency) Sets the value ofEventSourceMappingOptions.getMaxConcurrency()EventSourceMappingProps.Builder.maxRecordAge(Duration maxRecordAge) Sets the value ofEventSourceMappingOptions.getMaxRecordAge()EventSourceMappingProps.Builder.metricsConfig(MetricsConfig metricsConfig) Sets the value ofEventSourceMappingOptions.getMetricsConfig()EventSourceMappingProps.Builder.onFailure(IEventSourceDlq onFailure) Sets the value ofEventSourceMappingOptions.getOnFailure()EventSourceMappingProps.Builder.parallelizationFactor(Number parallelizationFactor) Sets the value ofEventSourceMappingOptions.getParallelizationFactor()EventSourceMappingProps.Builder.provisionedPollerConfig(ProvisionedPollerConfig provisionedPollerConfig) Sets the value ofEventSourceMappingOptions.getProvisionedPollerConfig()EventSourceMappingProps.Builder.reportBatchItemFailures(Boolean reportBatchItemFailures) Sets the value ofEventSourceMappingOptions.getReportBatchItemFailures()EventSourceMappingProps.Builder.retryAttempts(Number retryAttempts) Sets the value ofEventSourceMappingOptions.getRetryAttempts()EventSourceMappingProps.Builder.schemaRegistryConfig(ISchemaRegistry schemaRegistryConfig) Sets the value ofEventSourceMappingOptions.getSchemaRegistryConfig()EventSourceMappingProps.Builder.sourceAccessConfigurations(List<? extends SourceAccessConfiguration> sourceAccessConfigurations) Sets the value ofEventSourceMappingOptions.getSourceAccessConfigurations()EventSourceMappingProps.Builder.startingPosition(StartingPosition startingPosition) Sets the value ofEventSourceMappingOptions.getStartingPosition()EventSourceMappingProps.Builder.startingPositionTimestamp(Number startingPositionTimestamp) Sets the value ofEventSourceMappingOptions.getStartingPositionTimestamp()EventSourceMappingProps.Builder.supportS3OnFailureDestination(Boolean supportS3OnFailureDestination) Sets the value ofEventSourceMappingOptions.getSupportS3OnFailureDestination()Sets the value ofEventSourceMappingProps.getTarget()EventSourceMappingProps.Builder.tumblingWindow(Duration tumblingWindow) Sets the value ofEventSourceMappingOptions.getTumblingWindow()Constructors in software.amazon.awscdk.services.lambda with parameters of type EventSourceMappingProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theEventSourceMappingProps.Builder.