Packages

final class KinesisFirehoseFlowSettings extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KinesisFirehoseFlowSettings
  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
    KinesisFirehoseFlowSettings → AnyRef → Any
  6. def withMaxBatchSize(value: Int): KinesisFirehoseFlowSettings
  7. def withMaxBytesPerSecond(value: Int): KinesisFirehoseFlowSettings
  8. def withMaxRecordsPerSecond(value: Int): KinesisFirehoseFlowSettings
  9. def withParallelism(value: Int): KinesisFirehoseFlowSettings