Packages

final class KinesisFlowSettings extends AnyRef

Source
KinesisFlowSettings.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KinesisFlowSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val maxBatchSize: Int
  2. val maxBytesPerSecond: Int
  3. val maxRecordsPerSecond: Int
  4. val parallelism: Int
  5. def toString(): String
    Definition Classes
    KinesisFlowSettings → AnyRef → Any
  6. def withMaxBatchSize(value: Int): KinesisFlowSettings
  7. def withMaxBytesPerSecond(value: Int): KinesisFlowSettings
  8. def withMaxRecordsPerSecond(value: Int): KinesisFlowSettings
  9. def withParallelism(value: Int): KinesisFlowSettings