Interface IOPS.Builder

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

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

    • read

      IOPS.Builder read(Double read)

      Peak IOPS related to read operations.

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

      IOPS.Builder write(Double write)

      Peak IOPS related to write operations.

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

      IOPS.Builder other(Double other)

      Peak IOPS unrelated to read and write operations.

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

      IOPS.Builder total(Double total)

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

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