Package | Description |
---|---|
com.amazonaws.services.lambda |
|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateEventSourceMappingResult> |
AbstractAWSLambdaAsync.createEventSourceMappingAsync(CreateEventSourceMappingRequest request,
AsyncHandler<CreateEventSourceMappingRequest,CreateEventSourceMappingResult> asyncHandler) |
Future<CreateEventSourceMappingResult> |
AWSLambdaAsync.createEventSourceMappingAsync(CreateEventSourceMappingRequest createEventSourceMappingRequest,
AsyncHandler<CreateEventSourceMappingRequest,CreateEventSourceMappingResult> asyncHandler)
Creates a mapping between an event source and an AWS Lambda function.
|
Future<CreateEventSourceMappingResult> |
AWSLambdaAsyncClient.createEventSourceMappingAsync(CreateEventSourceMappingRequest request,
AsyncHandler<CreateEventSourceMappingRequest,CreateEventSourceMappingResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.clone() |
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withBatchSize(Integer batchSize)
The maximum number of items to retrieve in a single batch.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withBisectBatchOnFunctionError(Boolean bisectBatchOnFunctionError)
(Streams) If the function returns an error, split the batch in two and retry.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withDestinationConfig(DestinationConfig destinationConfig)
(Streams) An Amazon SQS queue or Amazon SNS topic destination for discarded records.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withEnabled(Boolean enabled)
If true, the event source mapping is active.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withEventSourceArn(String eventSourceArn)
The Amazon Resource Name (ARN) of the event source.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withFunctionName(String functionName)
The name of the Lambda function.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withFunctionResponseTypes(Collection<String> functionResponseTypes)
(Streams) A list of current response type enums applied to the event source mapping.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withFunctionResponseTypes(FunctionResponseType... functionResponseTypes)
(Streams) A list of current response type enums applied to the event source mapping.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withFunctionResponseTypes(String... functionResponseTypes)
(Streams) A list of current response type enums applied to the event source mapping.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withMaximumBatchingWindowInSeconds(Integer maximumBatchingWindowInSeconds)
(Streams and SQS standard queues) The maximum amount of time to gather records before invoking the function, in
seconds.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withMaximumRecordAgeInSeconds(Integer maximumRecordAgeInSeconds)
(Streams) Discard records older than the specified age.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withMaximumRetryAttempts(Integer maximumRetryAttempts)
(Streams) Discard records after the specified number of retries.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withParallelizationFactor(Integer parallelizationFactor)
(Streams) The number of batches to process from each shard concurrently.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withQueues(Collection<String> queues)
(MQ) The name of the Amazon MQ broker destination queue to consume.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withQueues(String... queues)
(MQ) The name of the Amazon MQ broker destination queue to consume.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withSelfManagedEventSource(SelfManagedEventSource selfManagedEventSource)
The Self-Managed Apache Kafka cluster to send records.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withSourceAccessConfigurations(Collection<SourceAccessConfiguration> sourceAccessConfigurations)
An array of the authentication protocol, or the VPC components to secure your event source.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withSourceAccessConfigurations(SourceAccessConfiguration... sourceAccessConfigurations)
An array of the authentication protocol, or the VPC components to secure your event source.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withStartingPosition(EventSourcePosition startingPosition)
The position in a stream from which to start reading.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withStartingPosition(String startingPosition)
The position in a stream from which to start reading.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withStartingPositionTimestamp(Date startingPositionTimestamp)
With
StartingPosition set to AT_TIMESTAMP , the time from which to start reading. |
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withTopics(Collection<String> topics)
The name of the Kafka topic.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withTopics(String... topics)
The name of the Kafka topic.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withTumblingWindowInSeconds(Integer tumblingWindowInSeconds)
(Streams) The duration of a processing window in seconds.
|
Copyright © 2020. All rights reserved.