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 Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default P95Metrics.Builderiops(Consumer<IOPS.Builder> iops)The IOPS peaks for an on-premises storage system resource.P95Metrics.Builderiops(IOPS iops)The IOPS peaks for an on-premises storage system resource.default P95Metrics.Builderlatency(Consumer<Latency.Builder> latency)The latency peaks for an on-premises storage system resource.P95Metrics.Builderlatency(Latency latency)The latency peaks for an on-premises storage system resource.default P95Metrics.Builderthroughput(Consumer<Throughput.Builder> throughput)The throughput peaks for an on-premises storage system resource.P95Metrics.Builderthroughput(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 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 theIOPS.Builderavoiding the need to create one manually viaIOPS.builder().When the
Consumercompletes,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:
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.
-
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 theThroughput.Builderavoiding the need to create one manually viaThroughput.builder().When the
Consumercompletes,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:
throughput(Throughput)
-
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 theLatency.Builderavoiding the need to create one manually viaLatency.builder().When the
Consumercompletes,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:
latency(Latency)
-
-