Interface IOPS.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IOPS.Builder,
,IOPS> SdkBuilder<IOPS.Builder,
,IOPS> SdkPojo
- Enclosing class:
IOPS
-
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.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
-
read
Peak IOPS related to read operations.
- Parameters:
read
- Peak IOPS related to read operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
write
Peak IOPS related to write operations.
- Parameters:
write
- Peak IOPS related to write operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
other
Peak IOPS unrelated to read and write operations.
- Parameters:
other
- Peak IOPS unrelated to read and write operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
total
Peak total IOPS on your on-premises storage system resource.
- Parameters:
total
- 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.
-