| Package | Description |
|---|---|
| com.amazonaws.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
PipeSourceDynamoDBStreamParameters |
PipeSourceDynamoDBStreamParameters.clone() |
PipeSourceDynamoDBStreamParameters |
PipeSourceParameters.getDynamoDBStreamParameters()
The parameters for using a DynamoDB stream as a source.
|
PipeSourceDynamoDBStreamParameters |
PipeSourceDynamoDBStreamParameters.withBatchSize(Integer batchSize)
The maximum number of records to include in each batch.
|
PipeSourceDynamoDBStreamParameters |
PipeSourceDynamoDBStreamParameters.withDeadLetterConfig(DeadLetterConfig deadLetterConfig)
Define the target queue to send dead-letter queue events to.
|
PipeSourceDynamoDBStreamParameters |
PipeSourceDynamoDBStreamParameters.withMaximumBatchingWindowInSeconds(Integer maximumBatchingWindowInSeconds)
The maximum length of a time to wait for events.
|
PipeSourceDynamoDBStreamParameters |
PipeSourceDynamoDBStreamParameters.withMaximumRecordAgeInSeconds(Integer maximumRecordAgeInSeconds)
(Streams only) Discard records older than the specified age.
|
PipeSourceDynamoDBStreamParameters |
PipeSourceDynamoDBStreamParameters.withMaximumRetryAttempts(Integer maximumRetryAttempts)
(Streams only) Discard records after the specified number of retries.
|
PipeSourceDynamoDBStreamParameters |
PipeSourceDynamoDBStreamParameters.withOnPartialBatchItemFailure(OnPartialBatchItemFailureStreams onPartialBatchItemFailure)
(Streams only) Define how to handle item process failures.
|
PipeSourceDynamoDBStreamParameters |
PipeSourceDynamoDBStreamParameters.withOnPartialBatchItemFailure(String onPartialBatchItemFailure)
(Streams only) Define how to handle item process failures.
|
PipeSourceDynamoDBStreamParameters |
PipeSourceDynamoDBStreamParameters.withParallelizationFactor(Integer parallelizationFactor)
(Streams only) The number of batches to process concurrently from each shard.
|
PipeSourceDynamoDBStreamParameters |
PipeSourceDynamoDBStreamParameters.withStartingPosition(DynamoDBStreamStartPosition startingPosition)
(Streams only) The position in a stream from which to start reading.
|
PipeSourceDynamoDBStreamParameters |
PipeSourceDynamoDBStreamParameters.withStartingPosition(String startingPosition)
(Streams only) The position in a stream from which to start reading.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipeSourceParameters.setDynamoDBStreamParameters(PipeSourceDynamoDBStreamParameters dynamoDBStreamParameters)
The parameters for using a DynamoDB stream as a source.
|
PipeSourceParameters |
PipeSourceParameters.withDynamoDBStreamParameters(PipeSourceDynamoDBStreamParameters dynamoDBStreamParameters)
The parameters for using a DynamoDB stream as a source.
|
Copyright © 2024. All rights reserved.