| Package | Description | 
|---|---|
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
| EventSourceMappingConfiguration | EventSourceMappingConfiguration. clone() | 
| EventSourceMappingConfiguration | EventSourceMappingConfiguration. withBatchSize(Integer batchSize)
 The maximum number of items to retrieve in a single batch. | 
| EventSourceMappingConfiguration | EventSourceMappingConfiguration. withBisectBatchOnFunctionError(Boolean bisectBatchOnFunctionError)
 (Streams) If the function returns an error, split the batch in two and retry. | 
| EventSourceMappingConfiguration | EventSourceMappingConfiguration. withDestinationConfig(DestinationConfig destinationConfig)
 (Streams) An Amazon SQS queue or Amazon SNS topic destination for discarded records. | 
| EventSourceMappingConfiguration | EventSourceMappingConfiguration. withEventSourceArn(String eventSourceArn)
 The Amazon Resource Name (ARN) of the event source. | 
| EventSourceMappingConfiguration | EventSourceMappingConfiguration. withFunctionArn(String functionArn)
 The ARN of the Lambda function. | 
| EventSourceMappingConfiguration | EventSourceMappingConfiguration. withLastModified(Date lastModified)
 The date that the event source mapping was last updated, or its state changed. | 
| EventSourceMappingConfiguration | EventSourceMappingConfiguration. withLastProcessingResult(String lastProcessingResult)
 The result of the last AWS Lambda invocation of your Lambda function. | 
| EventSourceMappingConfiguration | EventSourceMappingConfiguration. withMaximumBatchingWindowInSeconds(Integer maximumBatchingWindowInSeconds)
 (Streams) The maximum amount of time to gather records before invoking the function, in seconds. | 
| EventSourceMappingConfiguration | EventSourceMappingConfiguration. withMaximumRecordAgeInSeconds(Integer maximumRecordAgeInSeconds)
 (Streams) Discard records older than the specified age. | 
| EventSourceMappingConfiguration | EventSourceMappingConfiguration. withMaximumRetryAttempts(Integer maximumRetryAttempts)
 (Streams) Discard records after the specified number of retries. | 
| EventSourceMappingConfiguration | EventSourceMappingConfiguration. withParallelizationFactor(Integer parallelizationFactor)
 (Streams) The number of batches to process from each shard concurrently. | 
| EventSourceMappingConfiguration | EventSourceMappingConfiguration. withQueues(Collection<String> queues)
 (MQ) The name of the Amazon MQ broker destination queue to consume. | 
| EventSourceMappingConfiguration | EventSourceMappingConfiguration. withQueues(String... queues)
 (MQ) The name of the Amazon MQ broker destination queue to consume. | 
| EventSourceMappingConfiguration | EventSourceMappingConfiguration. withSourceAccessConfigurations(Collection<SourceAccessConfiguration> sourceAccessConfigurations)
 (MQ) The Secrets Manager secret that stores your broker credentials. | 
| EventSourceMappingConfiguration | EventSourceMappingConfiguration. withSourceAccessConfigurations(SourceAccessConfiguration... sourceAccessConfigurations)
 (MQ) The Secrets Manager secret that stores your broker credentials. | 
| EventSourceMappingConfiguration | EventSourceMappingConfiguration. withState(String state)
 The state of the event source mapping. | 
| EventSourceMappingConfiguration | EventSourceMappingConfiguration. withStateTransitionReason(String stateTransitionReason)
 Indicates whether the last change to the event source mapping was made by a user, or by the Lambda service. | 
| EventSourceMappingConfiguration | EventSourceMappingConfiguration. withTopics(Collection<String> topics)
 (MSK) The name of the Kafka topic to consume. | 
| EventSourceMappingConfiguration | EventSourceMappingConfiguration. withTopics(String... topics)
 (MSK) The name of the Kafka topic to consume. | 
| EventSourceMappingConfiguration | EventSourceMappingConfiguration. withUUID(String uUID)
 The identifier of the event source mapping. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<EventSourceMappingConfiguration> | ListEventSourceMappingsResult. getEventSourceMappings()
 A list of event source mappings. | 
| Modifier and Type | Method and Description | 
|---|---|
| ListEventSourceMappingsResult | ListEventSourceMappingsResult. withEventSourceMappings(EventSourceMappingConfiguration... eventSourceMappings)
 A list of event source mappings. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ListEventSourceMappingsResult. setEventSourceMappings(Collection<EventSourceMappingConfiguration> eventSourceMappings)
 A list of event source mappings. | 
| ListEventSourceMappingsResult | ListEventSourceMappingsResult. withEventSourceMappings(Collection<EventSourceMappingConfiguration> eventSourceMappings)
 A list of event source mappings. | 
Copyright © 2020. All rights reserved.