Interface TableWarmThroughputDescription.Builder

    • Method Detail

      • readUnitsPerSecond

        TableWarmThroughputDescription.Builder readUnitsPerSecond​(Long readUnitsPerSecond)

        Represents the base table's warm throughput value in read units per second.

        Parameters:
        readUnitsPerSecond - Represents the base table's warm throughput value in read units per second.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • writeUnitsPerSecond

        TableWarmThroughputDescription.Builder writeUnitsPerSecond​(Long writeUnitsPerSecond)

        Represents the base table's warm throughput value in write units per second.

        Parameters:
        writeUnitsPerSecond - Represents the base table's warm throughput value in write units per second.
        Returns:
        Returns a reference to this object so that method calls can be chained together.