Interface WarmThroughputObject.Builder

  • Method Details

    • targetMiBps

      WarmThroughputObject.Builder targetMiBps(Integer targetMiBps)

      The target warm throughput value on the stream. This indicates that the stream is currently scaling towards this target value.

      Parameters:
      targetMiBps - The target warm throughput value on the stream. This indicates that the stream is currently scaling towards this target value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • currentMiBps

      WarmThroughputObject.Builder currentMiBps(Integer currentMiBps)

      The current warm throughput value on the stream. This is the write throughput in MiBps that the stream is currently scaled to handle.

      Parameters:
      currentMiBps - The current warm throughput value on the stream. This is the write throughput in MiBps that the stream is currently scaled to handle.
      Returns:
      Returns a reference to this object so that method calls can be chained together.