| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.amazonManagedKafkaEventSourceConfig(AmazonManagedKafkaEventSourceConfig amazonManagedKafkaEventSourceConfig)
Specific configuration settings for an Amazon Managed Streaming for Apache Kafka (Amazon MSK) event source.
|
default UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.amazonManagedKafkaEventSourceConfig(Consumer<AmazonManagedKafkaEventSourceConfig.Builder> amazonManagedKafkaEventSourceConfig)
Specific configuration settings for an Amazon Managed Streaming for Apache Kafka (Amazon MSK) event source.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.batchSize(Integer batchSize)
The maximum number of records in each batch that Lambda pulls from your stream or queue and sends to your
function.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.bisectBatchOnFunctionError(Boolean bisectBatchOnFunctionError)
(Streams only) If the function returns an error, split the batch in two and retry.
|
static UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.builder() |
default UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.destinationConfig(Consumer<DestinationConfig.Builder> destinationConfig)
(Streams only) An Amazon SQS queue or Amazon SNS topic destination for discarded records.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.destinationConfig(DestinationConfig destinationConfig)
(Streams only) An Amazon SQS queue or Amazon SNS topic destination for discarded records.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.eventSourceArn(String eventSourceArn)
The Amazon Resource Name (ARN) of the event source.
|
default UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.filterCriteria(Consumer<FilterCriteria.Builder> filterCriteria)
(Streams and Amazon SQS) An object that defines the filter criteria that determine whether Lambda should
process an event.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.filterCriteria(FilterCriteria filterCriteria)
(Streams and Amazon SQS) An object that defines the filter criteria that determine whether Lambda should
process an event.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.functionArn(String functionArn)
The ARN of the Lambda function.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.functionResponseTypes(Collection<FunctionResponseType> functionResponseTypes)
(Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.functionResponseTypes(FunctionResponseType... functionResponseTypes)
(Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.functionResponseTypesWithStrings(Collection<String> functionResponseTypes)
(Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.functionResponseTypesWithStrings(String... functionResponseTypes)
(Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.lastModified(Instant lastModified)
The date that the event source mapping was last updated or that its state changed.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.lastProcessingResult(String lastProcessingResult)
The result of the last Lambda invocation of your function.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.maximumBatchingWindowInSeconds(Integer maximumBatchingWindowInSeconds)
The maximum amount of time, in seconds, that Lambda spends gathering records before invoking the function.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.maximumRecordAgeInSeconds(Integer maximumRecordAgeInSeconds)
(Streams only) Discard records older than the specified age.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.maximumRetryAttempts(Integer maximumRetryAttempts)
(Streams only) Discard records after the specified number of retries.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.parallelizationFactor(Integer parallelizationFactor)
(Streams only) The number of batches to process concurrently from each shard.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.queues(Collection<String> queues)
(Amazon MQ) The name of the Amazon MQ broker destination queue to consume.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.queues(String... queues)
(Amazon MQ) The name of the Amazon MQ broker destination queue to consume.
|
default UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.selfManagedEventSource(Consumer<SelfManagedEventSource.Builder> selfManagedEventSource)
The self-managed Apache Kafka cluster for your event source.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.selfManagedEventSource(SelfManagedEventSource selfManagedEventSource)
The self-managed Apache Kafka cluster for your event source.
|
default UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.selfManagedKafkaEventSourceConfig(Consumer<SelfManagedKafkaEventSourceConfig.Builder> selfManagedKafkaEventSourceConfig)
Specific configuration settings for a self-managed Apache Kafka event source.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.selfManagedKafkaEventSourceConfig(SelfManagedKafkaEventSourceConfig selfManagedKafkaEventSourceConfig)
Specific configuration settings for a self-managed Apache Kafka event source.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.sourceAccessConfigurations(Collection<SourceAccessConfiguration> sourceAccessConfigurations)
An array of the authentication protocol, VPC components, or virtual host to secure and define your event
source.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.sourceAccessConfigurations(Consumer<SourceAccessConfiguration.Builder>... sourceAccessConfigurations)
An array of the authentication protocol, VPC components, or virtual host to secure and define your event
source.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.sourceAccessConfigurations(SourceAccessConfiguration... sourceAccessConfigurations)
An array of the authentication protocol, VPC components, or virtual host to secure and define your event
source.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.startingPosition(EventSourcePosition startingPosition)
The position in a stream from which to start reading.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.startingPosition(String startingPosition)
The position in a stream from which to start reading.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.startingPositionTimestamp(Instant startingPositionTimestamp)
With
StartingPosition set to AT_TIMESTAMP, the time from which to start reading. |
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.state(String state)
The state of the event source mapping.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.stateTransitionReason(String stateTransitionReason)
Indicates whether a user or Lambda made the last change to the event source mapping.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.toBuilder() |
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.topics(Collection<String> topics)
The name of the Kafka topic.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.topics(String... topics)
The name of the Kafka topic.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.tumblingWindowInSeconds(Integer tumblingWindowInSeconds)
(Streams only) The duration in seconds of a processing window.
|
UpdateEventSourceMappingResponse.Builder |
UpdateEventSourceMappingResponse.Builder.uuid(String uuid)
The identifier of the event source mapping.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateEventSourceMappingResponse.Builder> |
UpdateEventSourceMappingResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.