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