Interface IOUsage.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IOUsage.Builder,
,IOUsage> SdkBuilder<IOUsage.Builder,
,IOUsage> SdkPojo
- Enclosing class:
IOUsage
@Mutable
@NotThreadSafe
public static interface IOUsage.Builder
extends SdkPojo, CopyableBuilder<IOUsage.Builder,IOUsage>
-
Method Summary
Modifier and TypeMethodDescriptionThe number of read I/O requests that the command made.The number of write I/O requests that the command made.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, sdkFieldNameToField, sdkFields
-
Method Details
-
readIOs
The number of read I/O requests that the command made.
- Parameters:
readIOs
- The number of read I/O requests that the command made.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
writeIOs
The number of write I/O requests that the command made.
- Parameters:
writeIOs
- The number of write I/O requests that the command made.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-