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