Interface Throughput.Builder

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

public static interface Throughput.Builder extends SdkPojo, CopyableBuilder<Throughput.Builder,Throughput>
  • Method Details

    • read

      Peak throughput related to read operations.

      Parameters:
      read - Peak throughput related to read operations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • write

      Throughput.Builder write(Double write)

      Peak throughput related to write operations.

      Parameters:
      write - Peak throughput related to write operations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • other

      Throughput.Builder other(Double other)

      Peak throughput unrelated to read and write operations.

      Parameters:
      other - Peak throughput unrelated to read and write operations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • total

      Throughput.Builder total(Double total)

      Peak total throughput on your on-premises storage system resource.

      Parameters:
      total - Peak total throughput on your on-premises storage system resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.