Uses of Class
software.amazon.awscdk.services.pipes.sources.alpha.StreamSourceParameters.Builder
Packages that use StreamSourceParameters.Builder
Package
Description
Amazon EventBridge Pipes Sources Construct Library
-
Uses of StreamSourceParameters.Builder in software.amazon.awscdk.services.pipes.sources.alpha
Methods in software.amazon.awscdk.services.pipes.sources.alpha that return StreamSourceParameters.BuilderModifier and TypeMethodDescriptionSets the value ofStreamSourceParameters.getBatchSize()StreamSourceParameters.builder()StreamSourceParameters.Builder.deadLetterTarget(ITopic deadLetterTarget) Sets the value ofStreamSourceParameters.getDeadLetterTarget()StreamSourceParameters.Builder.deadLetterTarget(IQueue deadLetterTarget) Sets the value ofStreamSourceParameters.getDeadLetterTarget()StreamSourceParameters.Builder.maximumBatchingWindow(Duration maximumBatchingWindow) Sets the value ofStreamSourceParameters.getMaximumBatchingWindow()StreamSourceParameters.Builder.maximumRecordAge(Duration maximumRecordAge) Sets the value ofStreamSourceParameters.getMaximumRecordAge()StreamSourceParameters.Builder.maximumRetryAttempts(Number maximumRetryAttempts) Sets the value ofStreamSourceParameters.getMaximumRetryAttempts()StreamSourceParameters.Builder.onPartialBatchItemFailure(OnPartialBatchItemFailure onPartialBatchItemFailure) Sets the value ofStreamSourceParameters.getOnPartialBatchItemFailure()StreamSourceParameters.Builder.parallelizationFactor(Number parallelizationFactor) Sets the value ofStreamSourceParameters.getParallelizationFactor()Constructors in software.amazon.awscdk.services.pipes.sources.alpha with parameters of type StreamSourceParameters.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(StreamSourceParameters.Builder builder) Constructor that initializes the object based on literal property values passed by theStreamSourceParameters.Builder.