Interface P95Metrics.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<P95Metrics.Builder,
,P95Metrics> SdkBuilder<P95Metrics.Builder,
,P95Metrics> SdkPojo
- Enclosing class:
P95Metrics
-
Method Summary
Modifier and TypeMethodDescriptiondefault P95Metrics.Builder
iops
(Consumer<IOPS.Builder> iops) The IOPS peaks for an on-premises storage system resource.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.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.throughput
(Throughput throughput) The throughput peaks for an on-premises storage system resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
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 theIOPS.Builder
avoiding the need to create one manually viaIOPS.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toiops(IOPS)
.- Parameters:
iops
- a consumer that will call methods onIOPS.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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 viaThroughput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tothroughput(Throughput)
.- Parameters:
throughput
- a consumer that will call methods onThroughput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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 viaLatency.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolatency(Latency)
.- Parameters:
latency
- a consumer that will call methods onLatency.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-