Interface IOUsage.Builder

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

@Mutable @NotThreadSafe public static interface IOUsage.Builder extends SdkPojo, CopyableBuilder<IOUsage.Builder,IOUsage>
  • Method Details

    • readIOs

      IOUsage.Builder readIOs(Long readIOs)

      The number of read I/O requests that the command made.

      Parameters:
      readIOs - The number of read I/O requests that the command made.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • writeIOs

      IOUsage.Builder writeIOs(Long writeIOs)

      The number of write I/O requests that the command made.

      Parameters:
      writeIOs - The number of write I/O requests that the command made.
      Returns:
      Returns a reference to this object so that method calls can be chained together.