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