Interface MaxP95Performance.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MaxP95Performance.Builder,
,MaxP95Performance> SdkBuilder<MaxP95Performance.Builder,
,MaxP95Performance> SdkPojo
- Enclosing class:
MaxP95Performance
public static interface MaxP95Performance.Builder
extends SdkPojo, CopyableBuilder<MaxP95Performance.Builder,MaxP95Performance>
-
Method Summary
Modifier and TypeMethodDescriptionPeak IOPS unrelated to read and write operations.Peak IOPS related to read operations.Peak total IOPS on your on-premises storage system resource.Peak IOPS related to write operations.latencyOther
(Double latencyOther) Peak latency for operations unrelated to read and write operations.latencyRead
(Double latencyRead) Peak latency for read operations.latencyWrite
(Double latencyWrite) Peak latency for write operations.throughputOther
(Double throughputOther) Peak throughput unrelated to read and write operations.throughputRead
(Double throughputRead) Peak throughput related to read operations.throughputTotal
(Double throughputTotal) Peak total throughput on your on-premises storage system resource.throughputWrite
(Double throughputWrite) Peak throughput related to write operations.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
-
iopsRead
Peak IOPS related to read operations.
- Parameters:
iopsRead
- Peak IOPS related to read operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iopsWrite
Peak IOPS related to write operations.
- Parameters:
iopsWrite
- Peak IOPS related to write operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iopsOther
Peak IOPS unrelated to read and write operations.
- Parameters:
iopsOther
- Peak IOPS unrelated to read and write operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iopsTotal
Peak total IOPS on your on-premises storage system resource.
- Parameters:
iopsTotal
- Peak total IOPS on your on-premises storage system resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
throughputRead
Peak throughput related to read operations.
- Parameters:
throughputRead
- Peak throughput related to read operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
throughputWrite
Peak throughput related to write operations.
- Parameters:
throughputWrite
- Peak throughput related to write operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
throughputOther
Peak throughput unrelated to read and write operations.
- Parameters:
throughputOther
- Peak throughput unrelated to read and write operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
throughputTotal
Peak total throughput on your on-premises storage system resource.
- Parameters:
throughputTotal
- Peak total throughput on your on-premises storage system resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latencyRead
Peak latency for read operations.
- Parameters:
latencyRead
- Peak latency for read operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latencyWrite
Peak latency for write operations.
- Parameters:
latencyWrite
- Peak latency for write operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latencyOther
Peak latency for operations unrelated to read and write operations.
- Parameters:
latencyOther
- Peak latency for operations unrelated to read and write operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-