Interface P95Metrics.Builder

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

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

    • 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

      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:
    • 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.
    • throughput

      default P95Metrics.Builder throughput(Consumer<Throughput.Builder> 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.

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

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

      Parameters:
      throughput - a consumer that will call methods on Throughput.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
    • latency

      default P95Metrics.Builder latency(Consumer<Latency.Builder> 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.

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

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

      Parameters:
      latency - a consumer that will call methods on Latency.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: