Interface P95Metrics.Builder

    • Method Detail

      • iops

        P95Metrics.Builder iops​(IOPS iops)

        The IOPS peaks for an on-premises storage system resource. Each data point represents the 95th percentile peak value during a 1-hour interval.

        Parameters:
        iops - The IOPS peaks for an on-premises storage system resource. Each data point represents the 95th percentile peak value during a 1-hour interval.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • iops

        default P95Metrics.Builder iops​(Consumer<IOPS.Builder> iops)

        The IOPS peaks for an on-premises storage system resource. Each data point represents the 95th percentile peak value during a 1-hour interval.

        This is a convenience method that creates an instance of the IOPS.Builder avoiding the need to create one manually via IOPS.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to iops(IOPS).

        Parameters:
        iops - a consumer that will call methods on IOPS.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        iops(IOPS)
      • throughput

        P95Metrics.Builder throughput​(Throughput throughput)

        The throughput peaks for an on-premises storage system resource. Each data point represents the 95th percentile peak value during a 1-hour interval.

        Parameters:
        throughput - The throughput peaks for an on-premises storage system resource. Each data point represents the 95th percentile peak value during a 1-hour interval.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • latency

        P95Metrics.Builder latency​(Latency latency)

        The latency peaks for an on-premises storage system resource. Each data point represents the 95th percentile peak value during a 1-hour interval.

        Parameters:
        latency - The latency peaks for an on-premises storage system resource. Each data point represents the 95th percentile peak value during a 1-hour interval.
        Returns:
        Returns a reference to this object so that method calls can be chained together.