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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Throughput.Builderother(Double other)Peak throughput unrelated to read and write operations.Throughput.Builderread(Double read)Peak throughput related to read operations.Throughput.Buildertotal(Double total)Peak total throughput on your on-premises storage system resource.Throughput.Builderwrite(Double write)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
-
read
Throughput.Builder read(Double 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
Throughput.Builder write(Double 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
Throughput.Builder other(Double 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
Throughput.Builder total(Double 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.
-
-