UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.batchSize(Integer batchSize) |
The maximum number of records in each batch that Lambda pulls from your stream or queue and sends to your
function.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.bisectBatchOnFunctionError(Boolean bisectBatchOnFunctionError) |
(Kinesis and DynamoDB Streams only) If the function returns an error, split the batch in two and retry.
|
static UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.builder() |
|
default UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.destinationConfig(Consumer<DestinationConfig.Builder> destinationConfig) |
(Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Kafka only) A configuration object that specifies
the destination of an event after Lambda processes it.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.destinationConfig(DestinationConfig destinationConfig) |
(Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Kafka only) A configuration object that specifies
the destination of an event after Lambda processes it.
|
default UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.documentDBEventSourceConfig(Consumer<DocumentDBEventSourceConfig.Builder> documentDBEventSourceConfig) |
Specific configuration settings for a DocumentDB event source.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.documentDBEventSourceConfig(DocumentDBEventSourceConfig documentDBEventSourceConfig) |
Specific configuration settings for a DocumentDB event source.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.enabled(Boolean enabled) |
When true, the event source mapping is active.
|
default UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.filterCriteria(Consumer<FilterCriteria.Builder> filterCriteria) |
An object that defines the filter criteria that determine whether Lambda should process an event.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.filterCriteria(FilterCriteria filterCriteria) |
An object that defines the filter criteria that determine whether Lambda should process an event.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.functionName(String functionName) |
The name or ARN of the Lambda function.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.functionResponseTypes(Collection<FunctionResponseType> functionResponseTypes) |
(Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source
mapping.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.functionResponseTypes(FunctionResponseType... functionResponseTypes) |
(Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source
mapping.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.functionResponseTypesWithStrings(String... functionResponseTypes) |
(Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source
mapping.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.functionResponseTypesWithStrings(Collection<String> functionResponseTypes) |
(Kinesis, DynamoDB Streams, and Amazon SQS) A list of current response type enums applied to the event source
mapping.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.maximumBatchingWindowInSeconds(Integer maximumBatchingWindowInSeconds) |
The maximum amount of time, in seconds, that Lambda spends gathering records before invoking the function.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.maximumRecordAgeInSeconds(Integer maximumRecordAgeInSeconds) |
(Kinesis and DynamoDB Streams only) Discard records older than the specified age.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.maximumRetryAttempts(Integer maximumRetryAttempts) |
(Kinesis and DynamoDB Streams only) Discard records after the specified number of retries.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.parallelizationFactor(Integer parallelizationFactor) |
(Kinesis and DynamoDB Streams only) The number of batches to process from each shard concurrently.
|
default UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.scalingConfig(Consumer<ScalingConfig.Builder> scalingConfig) |
(Amazon SQS only) The scaling configuration for the event source.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.scalingConfig(ScalingConfig scalingConfig) |
(Amazon SQS only) The scaling configuration for the event source.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.sourceAccessConfigurations(Collection<SourceAccessConfiguration> sourceAccessConfigurations) |
An array of authentication protocols or VPC components required to secure your event source.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.sourceAccessConfigurations(Consumer<SourceAccessConfiguration.Builder>... sourceAccessConfigurations) |
An array of authentication protocols or VPC components required to secure your event source.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.sourceAccessConfigurations(SourceAccessConfiguration... sourceAccessConfigurations) |
An array of authentication protocols or VPC components required to secure your event source.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.toBuilder() |
|
UpdateEventSourceMappingRequest.Builder |
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.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.uuid(String uuid) |
The identifier of the event source mapping.
|