Interface IOPS.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IOPS.Builder,IOPS>,SdkBuilder<IOPS.Builder,IOPS>,SdkPojo
- Enclosing class:
- IOPS
public static interface IOPS.Builder extends SdkPojo, CopyableBuilder<IOPS.Builder,IOPS>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IOPS.Builderother(Double other)Peak IOPS unrelated to read and write operations.IOPS.Builderread(Double read)Peak IOPS related to read operations.IOPS.Buildertotal(Double total)Peak total IOPS on your on-premises storage system resource.IOPS.Builderwrite(Double write)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 Detail
-
read
IOPS.Builder read(Double 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
IOPS.Builder write(Double 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
IOPS.Builder other(Double 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
IOPS.Builder total(Double 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.
-
-