Interface WarmThroughput.Builder

All Superinterfaces:
Buildable, CopyableBuilder<WarmThroughput.Builder,WarmThroughput>, SdkBuilder<WarmThroughput.Builder,WarmThroughput>, SdkPojo
Enclosing class:
WarmThroughput

@Mutable @NotThreadSafe public static interface WarmThroughput.Builder extends SdkPojo, CopyableBuilder<WarmThroughput.Builder,WarmThroughput>
  • 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.