Uses of Class
software.amazon.awscdk.services.lambda.CfnEventSourceMappingProps.Builder
Packages that use CfnEventSourceMappingProps.Builder
- 
Uses of CfnEventSourceMappingProps.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return CfnEventSourceMappingProps.BuilderModifier and TypeMethodDescriptionCfnEventSourceMappingProps.Builder.amazonManagedKafkaEventSourceConfig(IResolvable amazonManagedKafkaEventSourceConfig) Sets the value ofCfnEventSourceMappingProps.getAmazonManagedKafkaEventSourceConfig()CfnEventSourceMappingProps.Builder.amazonManagedKafkaEventSourceConfig(CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty amazonManagedKafkaEventSourceConfig) Sets the value ofCfnEventSourceMappingProps.getAmazonManagedKafkaEventSourceConfig()Sets the value ofCfnEventSourceMappingProps.getBatchSize()CfnEventSourceMappingProps.Builder.bisectBatchOnFunctionError(Boolean bisectBatchOnFunctionError) Sets the value ofCfnEventSourceMappingProps.getBisectBatchOnFunctionError()CfnEventSourceMappingProps.Builder.bisectBatchOnFunctionError(IResolvable bisectBatchOnFunctionError) Sets the value ofCfnEventSourceMappingProps.getBisectBatchOnFunctionError()CfnEventSourceMappingProps.builder()CfnEventSourceMappingProps.Builder.destinationConfig(IResolvable destinationConfig) Sets the value ofCfnEventSourceMappingProps.getDestinationConfig()CfnEventSourceMappingProps.Builder.destinationConfig(CfnEventSourceMapping.DestinationConfigProperty destinationConfig) Sets the value ofCfnEventSourceMappingProps.getDestinationConfig()CfnEventSourceMappingProps.Builder.documentDbEventSourceConfig(IResolvable documentDbEventSourceConfig) Sets the value ofCfnEventSourceMappingProps.getDocumentDbEventSourceConfig()CfnEventSourceMappingProps.Builder.documentDbEventSourceConfig(CfnEventSourceMapping.DocumentDBEventSourceConfigProperty documentDbEventSourceConfig) Sets the value ofCfnEventSourceMappingProps.getDocumentDbEventSourceConfig()Sets the value ofCfnEventSourceMappingProps.getEnabled()CfnEventSourceMappingProps.Builder.enabled(IResolvable enabled) Sets the value ofCfnEventSourceMappingProps.getEnabled()CfnEventSourceMappingProps.Builder.eventSourceArn(String eventSourceArn) Sets the value ofCfnEventSourceMappingProps.getEventSourceArn()CfnEventSourceMappingProps.Builder.filterCriteria(IResolvable filterCriteria) Sets the value ofCfnEventSourceMappingProps.getFilterCriteria()CfnEventSourceMappingProps.Builder.filterCriteria(CfnEventSourceMapping.FilterCriteriaProperty filterCriteria) Sets the value ofCfnEventSourceMappingProps.getFilterCriteria()CfnEventSourceMappingProps.Builder.functionName(String functionName) Sets the value ofCfnEventSourceMappingProps.getFunctionName()CfnEventSourceMappingProps.Builder.functionResponseTypes(List<String> functionResponseTypes) Sets the value ofCfnEventSourceMappingProps.getFunctionResponseTypes()CfnEventSourceMappingProps.Builder.maximumBatchingWindowInSeconds(Number maximumBatchingWindowInSeconds) Sets the value ofCfnEventSourceMappingProps.getMaximumBatchingWindowInSeconds()CfnEventSourceMappingProps.Builder.maximumRecordAgeInSeconds(Number maximumRecordAgeInSeconds) Sets the value ofCfnEventSourceMappingProps.getMaximumRecordAgeInSeconds()CfnEventSourceMappingProps.Builder.maximumRetryAttempts(Number maximumRetryAttempts) Sets the value ofCfnEventSourceMappingProps.getMaximumRetryAttempts()CfnEventSourceMappingProps.Builder.parallelizationFactor(Number parallelizationFactor) Sets the value ofCfnEventSourceMappingProps.getParallelizationFactor()Sets the value ofCfnEventSourceMappingProps.getQueues()CfnEventSourceMappingProps.Builder.scalingConfig(IResolvable scalingConfig) Sets the value ofCfnEventSourceMappingProps.getScalingConfig()CfnEventSourceMappingProps.Builder.scalingConfig(CfnEventSourceMapping.ScalingConfigProperty scalingConfig) Sets the value ofCfnEventSourceMappingProps.getScalingConfig()CfnEventSourceMappingProps.Builder.selfManagedEventSource(IResolvable selfManagedEventSource) Sets the value ofCfnEventSourceMappingProps.getSelfManagedEventSource()CfnEventSourceMappingProps.Builder.selfManagedEventSource(CfnEventSourceMapping.SelfManagedEventSourceProperty selfManagedEventSource) Sets the value ofCfnEventSourceMappingProps.getSelfManagedEventSource()CfnEventSourceMappingProps.Builder.selfManagedKafkaEventSourceConfig(IResolvable selfManagedKafkaEventSourceConfig) Sets the value ofCfnEventSourceMappingProps.getSelfManagedKafkaEventSourceConfig()CfnEventSourceMappingProps.Builder.selfManagedKafkaEventSourceConfig(CfnEventSourceMapping.SelfManagedKafkaEventSourceConfigProperty selfManagedKafkaEventSourceConfig) Sets the value ofCfnEventSourceMappingProps.getSelfManagedKafkaEventSourceConfig()CfnEventSourceMappingProps.Builder.sourceAccessConfigurations(List<? extends Object> sourceAccessConfigurations) Sets the value ofCfnEventSourceMappingProps.getSourceAccessConfigurations()CfnEventSourceMappingProps.Builder.sourceAccessConfigurations(IResolvable sourceAccessConfigurations) Sets the value ofCfnEventSourceMappingProps.getSourceAccessConfigurations()CfnEventSourceMappingProps.Builder.startingPosition(String startingPosition) Sets the value ofCfnEventSourceMappingProps.getStartingPosition()CfnEventSourceMappingProps.Builder.startingPositionTimestamp(Number startingPositionTimestamp) Sets the value ofCfnEventSourceMappingProps.getStartingPositionTimestamp()Sets the value ofCfnEventSourceMappingProps.getTopics()CfnEventSourceMappingProps.Builder.tumblingWindowInSeconds(Number tumblingWindowInSeconds) Sets the value ofCfnEventSourceMappingProps.getTumblingWindowInSeconds()Constructors in software.amazon.awscdk.services.lambda with parameters of type CfnEventSourceMappingProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEventSourceMappingProps.Builder.