| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda |
|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateEventSourceMappingResponse> |
LambdaAsyncClient.updateEventSourceMapping(Consumer<UpdateEventSourceMappingRequest.Builder> updateEventSourceMappingRequest)
Updates an event source mapping.
|
default UpdateEventSourceMappingResponse |
LambdaClient.updateEventSourceMapping(Consumer<UpdateEventSourceMappingRequest.Builder> updateEventSourceMappingRequest)
Updates an event source mapping.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.batchSize(Integer batchSize)
The maximum number of items to retrieve in a single batch.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.bisectBatchOnFunctionError(Boolean bisectBatchOnFunctionError)
(Streams) 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)
(Streams) An Amazon SQS queue or Amazon SNS topic destination for discarded records.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.destinationConfig(DestinationConfig destinationConfig)
(Streams) An Amazon SQS queue or Amazon SNS topic destination for discarded records.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.enabled(Boolean enabled)
If true, the event source mapping is active.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.functionName(String functionName)
The name of the Lambda function.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.functionResponseTypes(Collection<FunctionResponseType> functionResponseTypes)
(Streams) A list of current response type enums applied to the event source mapping.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.functionResponseTypes(FunctionResponseType... functionResponseTypes)
(Streams) A list of current response type enums applied to the event source mapping.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.functionResponseTypesWithStrings(Collection<String> functionResponseTypes)
(Streams) A list of current response type enums applied to the event source mapping.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.functionResponseTypesWithStrings(String... functionResponseTypes)
(Streams) A list of current response type enums applied to the event source mapping.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.maximumBatchingWindowInSeconds(Integer maximumBatchingWindowInSeconds)
(Streams and SQS standard queues) The maximum amount of time to gather records before invoking the function,
in seconds.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.maximumRecordAgeInSeconds(Integer maximumRecordAgeInSeconds)
(Streams) Discard records older than the specified age.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.maximumRetryAttempts(Integer maximumRetryAttempts)
(Streams) Discard records after the specified number of retries.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.parallelizationFactor(Integer parallelizationFactor)
(Streams) The number of batches to process from each shard concurrently.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.sourceAccessConfigurations(Collection<SourceAccessConfiguration> sourceAccessConfigurations)
An array of the authentication protocol, or the VPC components to secure your event source.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.sourceAccessConfigurations(Consumer<SourceAccessConfiguration.Builder>... sourceAccessConfigurations)
An array of the authentication protocol, or the VPC components to secure your event source.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.sourceAccessConfigurations(SourceAccessConfiguration... sourceAccessConfigurations)
An array of the authentication protocol, or the VPC components to secure your event source.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.toBuilder() |
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.tumblingWindowInSeconds(Integer tumblingWindowInSeconds)
(Streams) The duration in seconds of a processing window.
|
UpdateEventSourceMappingRequest.Builder |
UpdateEventSourceMappingRequest.Builder.uuid(String uuid)
The identifier of the event source mapping.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateEventSourceMappingRequest.Builder> |
UpdateEventSourceMappingRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.