Interface WarmThroughput.Builder

  • Method Details

    • readUnitsPerSecond

      WarmThroughput.Builder readUnitsPerSecond(Long readUnitsPerSecond)

      Represents the number of read operations your base table can instantaneously support.

      Parameters:
      readUnitsPerSecond - Represents the number of read operations your base table can instantaneously support.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • writeUnitsPerSecond

      WarmThroughput.Builder writeUnitsPerSecond(Long writeUnitsPerSecond)

      Represents the number of write operations your base table can instantaneously support.

      Parameters:
      writeUnitsPerSecond - Represents the number of write operations your base table can instantaneously support.
      Returns:
      Returns a reference to this object so that method calls can be chained together.