public static interface Throughput.Builder extends SdkPojo, CopyableBuilder<Throughput.Builder,Throughput>
| Modifier and Type | Method and Description |
|---|---|
Throughput.Builder |
other(Double other)
Peak throughput unrelated to read and write operations.
|
Throughput.Builder |
read(Double read)
Peak throughput related to read operations.
|
Throughput.Builder |
total(Double total)
Peak total throughput on your on-premises storage system resource.
|
Throughput.Builder |
write(Double write)
Peak throughput related to write operations.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildThroughput.Builder read(Double read)
Peak throughput related to read operations.
read - Peak throughput related to read operations.Throughput.Builder write(Double write)
Peak throughput related to write operations.
write - Peak throughput related to write operations.Throughput.Builder other(Double other)
Peak throughput unrelated to read and write operations.
other - Peak throughput unrelated to read and write operations.Throughput.Builder total(Double total)
Peak total throughput on your on-premises storage system resource.
total - Peak total throughput on your on-premises storage system resource.Copyright © 2023. All rights reserved.