Package | Description |
---|---|
com.amazonaws.services.lambda |
|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
CreateEventSourceMappingResult |
AbstractAWSLambda.createEventSourceMapping(CreateEventSourceMappingRequest request) |
CreateEventSourceMappingResult |
AWSLambdaClient.createEventSourceMapping(CreateEventSourceMappingRequest request)
Creates a mapping between an event source and an Lambda function.
|
CreateEventSourceMappingResult |
AWSLambda.createEventSourceMapping(CreateEventSourceMappingRequest createEventSourceMappingRequest)
Creates a mapping between an event source and an Lambda function.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateEventSourceMappingResult> |
AWSLambdaAsync.createEventSourceMappingAsync(CreateEventSourceMappingRequest createEventSourceMappingRequest,
AsyncHandler<CreateEventSourceMappingRequest,CreateEventSourceMappingResult> asyncHandler)
Creates a mapping between an event source and an Lambda function.
|
Future<CreateEventSourceMappingResult> |
AWSLambdaAsyncClient.createEventSourceMappingAsync(CreateEventSourceMappingRequest request,
AsyncHandler<CreateEventSourceMappingRequest,CreateEventSourceMappingResult> asyncHandler) |
Future<CreateEventSourceMappingResult> |
AbstractAWSLambdaAsync.createEventSourceMappingAsync(CreateEventSourceMappingRequest request,
AsyncHandler<CreateEventSourceMappingRequest,CreateEventSourceMappingResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.clone() |
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withBatchSize(Integer batchSize)
The maximum number of records in each batch that Lambda pulls from your stream or queue and sends to your
function.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withBisectBatchOnFunctionError(Boolean bisectBatchOnFunctionError)
(Streams only) If the function returns an error, split the batch in two and retry.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withDestinationConfig(DestinationConfig destinationConfig)
(Streams only) An Amazon SQS queue or Amazon SNS topic destination for discarded records.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withEventSourceArn(String eventSourceArn)
The Amazon Resource Name (ARN) of the event source.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withFunctionArn(String functionArn)
The ARN of the Lambda function.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withFunctionResponseTypes(Collection<String> functionResponseTypes)
(Streams only) A list of current response type enums applied to the event source mapping.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withFunctionResponseTypes(FunctionResponseType... functionResponseTypes)
(Streams only) A list of current response type enums applied to the event source mapping.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withFunctionResponseTypes(String... functionResponseTypes)
(Streams only) A list of current response type enums applied to the event source mapping.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withLastModified(Date lastModified)
The date that the event source mapping was last updated or that its state changed.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withLastProcessingResult(String lastProcessingResult)
The result of the last Lambda invocation of your function.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withMaximumBatchingWindowInSeconds(Integer maximumBatchingWindowInSeconds)
(Streams and Amazon SQS standard queues) The maximum amount of time, in seconds, that Lambda spends gathering
records before invoking the function.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withMaximumRecordAgeInSeconds(Integer maximumRecordAgeInSeconds)
(Streams only) Discard records older than the specified age.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withMaximumRetryAttempts(Integer maximumRetryAttempts)
(Streams only) Discard records after the specified number of retries.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withParallelizationFactor(Integer parallelizationFactor)
(Streams only) The number of batches to process concurrently from each shard.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withQueues(Collection<String> queues)
(Amazon MQ) The name of the Amazon MQ broker destination queue to consume.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withQueues(String... queues)
(Amazon MQ) The name of the Amazon MQ broker destination queue to consume.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withSelfManagedEventSource(SelfManagedEventSource selfManagedEventSource)
The self-managed Apache Kafka cluster for your event source.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withSourceAccessConfigurations(Collection<SourceAccessConfiguration> sourceAccessConfigurations)
An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withSourceAccessConfigurations(SourceAccessConfiguration... sourceAccessConfigurations)
An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withStartingPosition(EventSourcePosition startingPosition)
The position in a stream from which to start reading.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withStartingPosition(String startingPosition)
The position in a stream from which to start reading.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withStartingPositionTimestamp(Date startingPositionTimestamp)
With
StartingPosition set to AT_TIMESTAMP , the time from which to start reading. |
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withState(String state)
The state of the event source mapping.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withStateTransitionReason(String stateTransitionReason)
Indicates whether a user or Lambda made the last change to the event source mapping.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withTopics(Collection<String> topics)
The name of the Kafka topic.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withTopics(String... topics)
The name of the Kafka topic.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withTumblingWindowInSeconds(Integer tumblingWindowInSeconds)
(Streams only) The duration in seconds of a processing window.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withUUID(String uUID)
The identifier of the event source mapping.
|
Copyright © 2021. All rights reserved.