Interface WarmThroughputSpecification.Builder

  • Method Details

    • readUnitsPerSecond

      WarmThroughputSpecification.Builder readUnitsPerSecond(Long readUnitsPerSecond)

      The number of read capacity units per second to pre-warm the table for read capacity throughput. The minimum value is 1.

      Parameters:
      readUnitsPerSecond - The number of read capacity units per second to pre-warm the table for read capacity throughput. The minimum value is 1.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • writeUnitsPerSecond

      WarmThroughputSpecification.Builder writeUnitsPerSecond(Long writeUnitsPerSecond)

      The number of write capacity units per second to pre-warm the table for write capacity throughput. The minimum value is 1.

      Parameters:
      writeUnitsPerSecond - The number of write capacity units per second to pre-warm the table for write capacity throughput. The minimum value is 1.
      Returns:
      Returns a reference to this object so that method calls can be chained together.