Uses of Interface
software.amazon.awssdk.services.lambda.model.UpdateEventSourceMappingRequest.Builder
Packages that use UpdateEventSourceMappingRequest.Builder
Package
Description
-
Uses of UpdateEventSourceMappingRequest.Builder in software.amazon.awssdk.services.lambda
Method parameters in software.amazon.awssdk.services.lambda with type arguments of type UpdateEventSourceMappingRequest.BuilderModifier and TypeMethodDescriptionLambdaAsyncClient.updateEventSourceMapping(Consumer<UpdateEventSourceMappingRequest.Builder> updateEventSourceMappingRequest) Updates an event source mapping.default UpdateEventSourceMappingResponseLambdaClient.updateEventSourceMapping(Consumer<UpdateEventSourceMappingRequest.Builder> updateEventSourceMappingRequest) Updates an event source mapping. -
Uses of UpdateEventSourceMappingRequest.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return UpdateEventSourceMappingRequest.BuilderModifier and TypeMethodDescriptionUpdateEventSourceMappingRequest.Builder.amazonManagedKafkaEventSourceConfig(Consumer<AmazonManagedKafkaEventSourceConfig.Builder> amazonManagedKafkaEventSourceConfig) Sets the value of the AmazonManagedKafkaEventSourceConfig property for this object.UpdateEventSourceMappingRequest.Builder.amazonManagedKafkaEventSourceConfig(AmazonManagedKafkaEventSourceConfig amazonManagedKafkaEventSourceConfig) Sets the value of the AmazonManagedKafkaEventSourceConfig property for this object.The maximum number of records in each batch that Lambda pulls from your stream or queue and sends to your function.UpdateEventSourceMappingRequest.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.UpdateEventSourceMappingRequest.builder()UpdateEventSourceMappingRequest.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.UpdateEventSourceMappingRequest.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.UpdateEventSourceMappingRequest.Builder.documentDBEventSourceConfig(Consumer<DocumentDBEventSourceConfig.Builder> documentDBEventSourceConfig) Specific configuration settings for a DocumentDB event source.UpdateEventSourceMappingRequest.Builder.documentDBEventSourceConfig(DocumentDBEventSourceConfig documentDBEventSourceConfig) Specific configuration settings for a DocumentDB event source.When true, the event source mapping is active.UpdateEventSourceMappingRequest.Builder.filterCriteria(Consumer<FilterCriteria.Builder> filterCriteria) An object that defines the filter criteria that determine whether Lambda should process an event.UpdateEventSourceMappingRequest.Builder.filterCriteria(FilterCriteria filterCriteria) An object that defines the filter criteria that determine whether Lambda should process an event.UpdateEventSourceMappingRequest.Builder.functionName(String functionName) The name or ARN of the Lambda function.UpdateEventSourceMappingRequest.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.UpdateEventSourceMappingRequest.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.UpdateEventSourceMappingRequest.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.UpdateEventSourceMappingRequest.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.UpdateEventSourceMappingRequest.Builder.loggingConfig(Consumer<EventSourceMappingLoggingConfig.Builder> loggingConfig) Sets the value of the LoggingConfig property for this object.UpdateEventSourceMappingRequest.Builder.loggingConfig(EventSourceMappingLoggingConfig loggingConfig) Sets the value of the LoggingConfig property for this object.UpdateEventSourceMappingRequest.Builder.maximumBatchingWindowInSeconds(Integer maximumBatchingWindowInSeconds) The maximum amount of time, in seconds, that Lambda spends gathering records before invoking the function.UpdateEventSourceMappingRequest.Builder.maximumRecordAgeInSeconds(Integer maximumRecordAgeInSeconds) (Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) Discard records older than the specified age.UpdateEventSourceMappingRequest.Builder.maximumRetryAttempts(Integer maximumRetryAttempts) (Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) Discard records after the specified number of retries.UpdateEventSourceMappingRequest.Builder.metricsConfig(Consumer<EventSourceMappingMetricsConfig.Builder> metricsConfig) The metrics configuration for your event source.UpdateEventSourceMappingRequest.Builder.metricsConfig(EventSourceMappingMetricsConfig metricsConfig) The metrics configuration for your event source.UpdateEventSourceMappingRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateEventSourceMappingRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateEventSourceMappingRequest.Builder.parallelizationFactor(Integer parallelizationFactor) (Kinesis and DynamoDB Streams only) The number of batches to process from each shard concurrently.UpdateEventSourceMappingRequest.Builder.provisionedPollerConfig(Consumer<ProvisionedPollerConfig.Builder> provisionedPollerConfig) (Amazon SQS, Amazon MSK, and self-managed Apache Kafka only) The provisioned mode configuration for the event source.UpdateEventSourceMappingRequest.Builder.provisionedPollerConfig(ProvisionedPollerConfig provisionedPollerConfig) (Amazon SQS, Amazon MSK, and self-managed Apache Kafka only) The provisioned mode configuration for the event source.UpdateEventSourceMappingRequest.Builder.scalingConfig(Consumer<ScalingConfig.Builder> scalingConfig) (Amazon SQS only) The scaling configuration for the event source.UpdateEventSourceMappingRequest.Builder.scalingConfig(ScalingConfig scalingConfig) (Amazon SQS only) The scaling configuration for the event source.UpdateEventSourceMappingRequest.Builder.selfManagedKafkaEventSourceConfig(Consumer<SelfManagedKafkaEventSourceConfig.Builder> selfManagedKafkaEventSourceConfig) Sets the value of the SelfManagedKafkaEventSourceConfig property for this object.UpdateEventSourceMappingRequest.Builder.selfManagedKafkaEventSourceConfig(SelfManagedKafkaEventSourceConfig selfManagedKafkaEventSourceConfig) Sets the value of the SelfManagedKafkaEventSourceConfig property for this object.UpdateEventSourceMappingRequest.Builder.sourceAccessConfigurations(Collection<SourceAccessConfiguration> sourceAccessConfigurations) An array of authentication protocols or VPC components required to secure your event source.UpdateEventSourceMappingRequest.Builder.sourceAccessConfigurations(Consumer<SourceAccessConfiguration.Builder>... sourceAccessConfigurations) An array of authentication protocols or VPC components required to secure your event source.UpdateEventSourceMappingRequest.Builder.sourceAccessConfigurations(SourceAccessConfiguration... sourceAccessConfigurations) An array of authentication protocols or VPC components required to secure your event source.UpdateEventSourceMappingRequest.toBuilder()UpdateEventSourceMappingRequest.Builder.tumblingWindowInSeconds(Integer tumblingWindowInSeconds) (Kinesis and DynamoDB Streams only) The duration in seconds of a processing window for DynamoDB and Kinesis Streams event sources.The identifier of the event source mapping.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type UpdateEventSourceMappingRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateEventSourceMappingRequest.Builder>UpdateEventSourceMappingRequest.serializableBuilderClass()