Uses of Interface
software.amazon.awssdk.services.lambda.model.CreateEventSourceMappingRequest.Builder
Packages that use CreateEventSourceMappingRequest.Builder
Package
Description
-
Uses of CreateEventSourceMappingRequest.Builder in software.amazon.awssdk.services.lambda
Method parameters in software.amazon.awssdk.services.lambda with type arguments of type CreateEventSourceMappingRequest.BuilderModifier and TypeMethodDescriptionLambdaAsyncClient.createEventSourceMapping(Consumer<CreateEventSourceMappingRequest.Builder> createEventSourceMappingRequest) Creates a mapping between an event source and an Lambda function.default CreateEventSourceMappingResponseLambdaClient.createEventSourceMapping(Consumer<CreateEventSourceMappingRequest.Builder> createEventSourceMappingRequest) Creates a mapping between an event source and an Lambda function. -
Uses of CreateEventSourceMappingRequest.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return CreateEventSourceMappingRequest.BuilderModifier and TypeMethodDescriptionCreateEventSourceMappingRequest.Builder.amazonManagedKafkaEventSourceConfig(Consumer<AmazonManagedKafkaEventSourceConfig.Builder> amazonManagedKafkaEventSourceConfig) Specific configuration settings for an Amazon Managed Streaming for Apache Kafka (Amazon MSK) event source.CreateEventSourceMappingRequest.Builder.amazonManagedKafkaEventSourceConfig(AmazonManagedKafkaEventSourceConfig amazonManagedKafkaEventSourceConfig) Specific configuration settings for an Amazon Managed Streaming for Apache Kafka (Amazon MSK) event source.The maximum number of records in each batch that Lambda pulls from your stream or queue and sends to your function.CreateEventSourceMappingRequest.Builder.bisectBatchOnFunctionError(Boolean bisectBatchOnFunctionError) (Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) If the function returns an error, split the batch in two and retry.CreateEventSourceMappingRequest.builder()CreateEventSourceMappingRequest.Builder.destinationConfig(Consumer<DestinationConfig.Builder> destinationConfig) (Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) A configuration object that specifies the destination of an event after Lambda processes it.CreateEventSourceMappingRequest.Builder.destinationConfig(DestinationConfig destinationConfig) (Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) A configuration object that specifies the destination of an event after Lambda processes it.CreateEventSourceMappingRequest.Builder.documentDBEventSourceConfig(Consumer<DocumentDBEventSourceConfig.Builder> documentDBEventSourceConfig) Specific configuration settings for a DocumentDB event source.CreateEventSourceMappingRequest.Builder.documentDBEventSourceConfig(DocumentDBEventSourceConfig documentDBEventSourceConfig) Specific configuration settings for a DocumentDB event source.When true, the event source mapping is active.CreateEventSourceMappingRequest.Builder.eventSourceArn(String eventSourceArn) The Amazon Resource Name (ARN) of the event source.CreateEventSourceMappingRequest.Builder.filterCriteria(Consumer<FilterCriteria.Builder> filterCriteria) An object that defines the filter criteria that determine whether Lambda should process an event.CreateEventSourceMappingRequest.Builder.filterCriteria(FilterCriteria filterCriteria) An object that defines the filter criteria that determine whether Lambda should process an event.CreateEventSourceMappingRequest.Builder.functionName(String functionName) The name or ARN of the Lambda function.CreateEventSourceMappingRequest.Builder.functionResponseTypes(Collection<FunctionResponseType> functionResponseTypes) (Kinesis, DynamoDB Streams, Amazon MSK, self-managed Apache Kafka, and Amazon SQS) A list of current response type enums applied to the event source mapping.CreateEventSourceMappingRequest.Builder.functionResponseTypes(FunctionResponseType... functionResponseTypes) (Kinesis, DynamoDB Streams, Amazon MSK, self-managed Apache Kafka, and Amazon SQS) A list of current response type enums applied to the event source mapping.CreateEventSourceMappingRequest.Builder.functionResponseTypesWithStrings(String... functionResponseTypes) (Kinesis, DynamoDB Streams, Amazon MSK, self-managed Apache Kafka, and Amazon SQS) A list of current response type enums applied to the event source mapping.CreateEventSourceMappingRequest.Builder.functionResponseTypesWithStrings(Collection<String> functionResponseTypes) (Kinesis, DynamoDB Streams, Amazon MSK, self-managed Apache Kafka, and Amazon SQS) A list of current response type enums applied to the event source mapping.The ARN of the Key Management Service (KMS) customer managed key that Lambda uses to encrypt your function's filter criteria.CreateEventSourceMappingRequest.Builder.loggingConfig(Consumer<EventSourceMappingLoggingConfig.Builder> loggingConfig) (Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source.CreateEventSourceMappingRequest.Builder.loggingConfig(EventSourceMappingLoggingConfig loggingConfig) (Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source.CreateEventSourceMappingRequest.Builder.maximumBatchingWindowInSeconds(Integer maximumBatchingWindowInSeconds) The maximum amount of time, in seconds, that Lambda spends gathering records before invoking the function.CreateEventSourceMappingRequest.Builder.maximumRecordAgeInSeconds(Integer maximumRecordAgeInSeconds) (Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) Discard records older than the specified age.CreateEventSourceMappingRequest.Builder.maximumRetryAttempts(Integer maximumRetryAttempts) (Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) Discard records after the specified number of retries.CreateEventSourceMappingRequest.Builder.metricsConfig(Consumer<EventSourceMappingMetricsConfig.Builder> metricsConfig) The metrics configuration for your event source.CreateEventSourceMappingRequest.Builder.metricsConfig(EventSourceMappingMetricsConfig metricsConfig) The metrics configuration for your event source.CreateEventSourceMappingRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateEventSourceMappingRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateEventSourceMappingRequest.Builder.parallelizationFactor(Integer parallelizationFactor) (Kinesis and DynamoDB Streams only) The number of batches to process from each shard concurrently.CreateEventSourceMappingRequest.Builder.provisionedPollerConfig(Consumer<ProvisionedPollerConfig.Builder> provisionedPollerConfig) (Amazon SQS, Amazon MSK, and self-managed Apache Kafka only) The provisioned mode configuration for the event source.CreateEventSourceMappingRequest.Builder.provisionedPollerConfig(ProvisionedPollerConfig provisionedPollerConfig) (Amazon SQS, Amazon MSK, and self-managed Apache Kafka only) The provisioned mode configuration for the event source.(MQ) The name of the Amazon MQ broker destination queue to consume.CreateEventSourceMappingRequest.Builder.queues(Collection<String> queues) (MQ) The name of the Amazon MQ broker destination queue to consume.CreateEventSourceMappingRequest.Builder.scalingConfig(Consumer<ScalingConfig.Builder> scalingConfig) (Amazon SQS only) The scaling configuration for the event source.CreateEventSourceMappingRequest.Builder.scalingConfig(ScalingConfig scalingConfig) (Amazon SQS only) The scaling configuration for the event source.CreateEventSourceMappingRequest.Builder.selfManagedEventSource(Consumer<SelfManagedEventSource.Builder> selfManagedEventSource) The self-managed Apache Kafka cluster to receive records from.CreateEventSourceMappingRequest.Builder.selfManagedEventSource(SelfManagedEventSource selfManagedEventSource) The self-managed Apache Kafka cluster to receive records from.CreateEventSourceMappingRequest.Builder.selfManagedKafkaEventSourceConfig(Consumer<SelfManagedKafkaEventSourceConfig.Builder> selfManagedKafkaEventSourceConfig) Specific configuration settings for a self-managed Apache Kafka event source.CreateEventSourceMappingRequest.Builder.selfManagedKafkaEventSourceConfig(SelfManagedKafkaEventSourceConfig selfManagedKafkaEventSourceConfig) Specific configuration settings for a self-managed Apache Kafka event source.CreateEventSourceMappingRequest.Builder.sourceAccessConfigurations(Collection<SourceAccessConfiguration> sourceAccessConfigurations) An array of authentication protocols or VPC components required to secure your event source.CreateEventSourceMappingRequest.Builder.sourceAccessConfigurations(Consumer<SourceAccessConfiguration.Builder>... sourceAccessConfigurations) An array of authentication protocols or VPC components required to secure your event source.CreateEventSourceMappingRequest.Builder.sourceAccessConfigurations(SourceAccessConfiguration... sourceAccessConfigurations) An array of authentication protocols or VPC components required to secure your event source.CreateEventSourceMappingRequest.Builder.startingPosition(String startingPosition) The position in a stream from which to start reading.CreateEventSourceMappingRequest.Builder.startingPosition(EventSourcePosition startingPosition) The position in a stream from which to start reading.CreateEventSourceMappingRequest.Builder.startingPositionTimestamp(Instant startingPositionTimestamp) WithStartingPositionset toAT_TIMESTAMP, the time from which to start reading.A list of tags to apply to the event source mapping.CreateEventSourceMappingRequest.toBuilder()The name of the Kafka topic.CreateEventSourceMappingRequest.Builder.topics(Collection<String> topics) The name of the Kafka topic.CreateEventSourceMappingRequest.Builder.tumblingWindowInSeconds(Integer tumblingWindowInSeconds) (Kinesis and DynamoDB Streams only) The duration in seconds of a processing window for DynamoDB and Kinesis Streams event sources.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type CreateEventSourceMappingRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateEventSourceMappingRequest.Builder>CreateEventSourceMappingRequest.serializableBuilderClass()