Interface PipeSourceSqsQueueParameters.Builder

  • Method Details

    • batchSize

      The maximum number of records to include in each batch.

      Parameters:
      batchSize - The maximum number of records to include in each batch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maximumBatchingWindowInSeconds

      PipeSourceSqsQueueParameters.Builder maximumBatchingWindowInSeconds(Integer maximumBatchingWindowInSeconds)

      The maximum length of a time to wait for events.

      Parameters:
      maximumBatchingWindowInSeconds - The maximum length of a time to wait for events.
      Returns:
      Returns a reference to this object so that method calls can be chained together.