| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
CreateEventSourceMappingResponse.Builder |
CreateEventSourceMappingResponse.Builder.batchSize(Integer batchSize)
The maximum number of items to retrieve in a single batch.
|
CreateEventSourceMappingResponse.Builder |
CreateEventSourceMappingResponse.Builder.bisectBatchOnFunctionError(Boolean bisectBatchOnFunctionError)
(Streams) If the function returns an error, split the batch in two and retry.
|
static CreateEventSourceMappingResponse.Builder |
CreateEventSourceMappingResponse.builder() |
default CreateEventSourceMappingResponse.Builder |
CreateEventSourceMappingResponse.Builder.destinationConfig(Consumer<DestinationConfig.Builder> destinationConfig)
(Streams) An Amazon SQS queue or Amazon SNS topic destination for discarded records.
|
CreateEventSourceMappingResponse.Builder |
CreateEventSourceMappingResponse.Builder.destinationConfig(DestinationConfig destinationConfig)
(Streams) An Amazon SQS queue or Amazon SNS topic destination for discarded records.
|
CreateEventSourceMappingResponse.Builder |
CreateEventSourceMappingResponse.Builder.eventSourceArn(String eventSourceArn)
The Amazon Resource Name (ARN) of the event source.
|
CreateEventSourceMappingResponse.Builder |
CreateEventSourceMappingResponse.Builder.functionArn(String functionArn)
The ARN of the Lambda function.
|
CreateEventSourceMappingResponse.Builder |
CreateEventSourceMappingResponse.Builder.lastModified(Instant lastModified)
The date that the event source mapping was last updated, or its state changed.
|
CreateEventSourceMappingResponse.Builder |
CreateEventSourceMappingResponse.Builder.lastProcessingResult(String lastProcessingResult)
The result of the last AWS Lambda invocation of your Lambda function.
|
CreateEventSourceMappingResponse.Builder |
CreateEventSourceMappingResponse.Builder.maximumBatchingWindowInSeconds(Integer maximumBatchingWindowInSeconds)
(Streams) The maximum amount of time to gather records before invoking the function, in seconds.
|
CreateEventSourceMappingResponse.Builder |
CreateEventSourceMappingResponse.Builder.maximumRecordAgeInSeconds(Integer maximumRecordAgeInSeconds)
(Streams) The maximum age of a record that Lambda sends to a function for processing.
|
CreateEventSourceMappingResponse.Builder |
CreateEventSourceMappingResponse.Builder.maximumRetryAttempts(Integer maximumRetryAttempts)
(Streams) The maximum number of times to retry when the function returns an error.
|
CreateEventSourceMappingResponse.Builder |
CreateEventSourceMappingResponse.Builder.parallelizationFactor(Integer parallelizationFactor)
(Streams) The number of batches to process from each shard concurrently.
|
CreateEventSourceMappingResponse.Builder |
CreateEventSourceMappingResponse.Builder.state(String state)
The state of the event source mapping.
|
CreateEventSourceMappingResponse.Builder |
CreateEventSourceMappingResponse.Builder.stateTransitionReason(String stateTransitionReason)
Indicates whether the last change to the event source mapping was made by a user, or by the Lambda service.
|
CreateEventSourceMappingResponse.Builder |
CreateEventSourceMappingResponse.toBuilder() |
CreateEventSourceMappingResponse.Builder |
CreateEventSourceMappingResponse.Builder.uuid(String uuid)
The identifier of the event source mapping.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateEventSourceMappingResponse.Builder> |
CreateEventSourceMappingResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.