Interface Throughput.Builder

    • Method Detail

      • read

        Throughput.Builder read​(Double 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.