Packages

final class KinesisFirehoseFlowSettings extends AnyRef

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val backoffStrategy: RetryBackoffStrategy
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. val maxBatchSize: Int
  13. val maxBytesPerSecond: Int
  14. val maxRecordsPerSecond: Int
  15. val maxRetries: Int
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. val parallelism: Int
  20. val retryInitialTimeout: FiniteDuration
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    KinesisFirehoseFlowSettings → AnyRef → Any
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. def withBackoffStrategy(value: RetryBackoffStrategy): KinesisFirehoseFlowSettings
  27. def withBackoffStrategyExponential(): KinesisFirehoseFlowSettings
  28. def withBackoffStrategyLinear(): KinesisFirehoseFlowSettings
  29. def withMaxBatchSize(value: Int): KinesisFirehoseFlowSettings
  30. def withMaxBytesPerSecond(value: Int): KinesisFirehoseFlowSettings
  31. def withMaxRecordsPerSecond(value: Int): KinesisFirehoseFlowSettings
  32. def withMaxRetries(value: Int): KinesisFirehoseFlowSettings
  33. def withParallelism(value: Int): KinesisFirehoseFlowSettings
  34. def withRetryInitialTimeout(value: Duration): KinesisFirehoseFlowSettings

    Java API

  35. def withRetryInitialTimeout(value: FiniteDuration): KinesisFirehoseFlowSettings

    Scala API

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped