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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MaxP95Performance.BuilderiopsOther(Double iopsOther)Peak IOPS unrelated to read and write operations.MaxP95Performance.BuilderiopsRead(Double iopsRead)Peak IOPS related to read operations.MaxP95Performance.BuilderiopsTotal(Double iopsTotal)Peak total IOPS on your on-premises storage system resource.MaxP95Performance.BuilderiopsWrite(Double iopsWrite)Peak IOPS related to write operations.MaxP95Performance.BuilderlatencyOther(Double latencyOther)Peak latency for operations unrelated to read and write operations.MaxP95Performance.BuilderlatencyRead(Double latencyRead)Peak latency for read operations.MaxP95Performance.BuilderlatencyWrite(Double latencyWrite)Peak latency for write operations.MaxP95Performance.BuilderthroughputOther(Double throughputOther)Peak throughput unrelated to read and write operations.MaxP95Performance.BuilderthroughputRead(Double throughputRead)Peak throughput related to read operations.MaxP95Performance.BuilderthroughputTotal(Double throughputTotal)Peak total throughput on your on-premises storage system resource.MaxP95Performance.BuilderthroughputWrite(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 Detail
-
iopsRead
MaxP95Performance.Builder iopsRead(Double 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
MaxP95Performance.Builder iopsWrite(Double 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
MaxP95Performance.Builder iopsOther(Double 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
MaxP95Performance.Builder iopsTotal(Double 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
MaxP95Performance.Builder throughputRead(Double 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
MaxP95Performance.Builder throughputWrite(Double 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
MaxP95Performance.Builder throughputOther(Double 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
MaxP95Performance.Builder throughputTotal(Double 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
MaxP95Performance.Builder latencyRead(Double 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
MaxP95Performance.Builder latencyWrite(Double 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
MaxP95Performance.Builder latencyOther(Double 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.
-
-