public static interface P95Metrics.Builder extends SdkPojo, CopyableBuilder<P95Metrics.Builder,P95Metrics>
| Modifier and Type | Method and Description |
|---|---|
default P95Metrics.Builder |
iops(Consumer<IOPS.Builder> iops)
The IOPS peaks for an on-premises storage system resource.
|
P95Metrics.Builder |
iops(IOPS iops)
The IOPS peaks for an on-premises storage system resource.
|
default P95Metrics.Builder |
latency(Consumer<Latency.Builder> latency)
The latency peaks for an on-premises storage system resource.
|
P95Metrics.Builder |
latency(Latency latency)
The latency peaks for an on-premises storage system resource.
|
default P95Metrics.Builder |
throughput(Consumer<Throughput.Builder> throughput)
The throughput peaks for an on-premises storage system resource.
|
P95Metrics.Builder |
throughput(Throughput throughput)
The throughput peaks for an on-premises storage system resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildP95Metrics.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.
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.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 theIOPS.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).
iops - a consumer that will call methods on IOPS.Builderiops(IOPS)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.
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.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 theThroughput.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).
throughput - a consumer that will call methods on Throughput.Builderthroughput(Throughput)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.
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.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 theLatency.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).
latency - a consumer that will call methods on Latency.Builderlatency(Latency)Copyright © 2023. All rights reserved.