public static interface EbsOptimizedInfo.Builder extends SdkPojo, CopyableBuilder<EbsOptimizedInfo.Builder,EbsOptimizedInfo>
Modifier and Type | Method and Description |
---|---|
EbsOptimizedInfo.Builder |
baselineBandwidthInMbps(Integer baselineBandwidthInMbps)
The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.
|
EbsOptimizedInfo.Builder |
baselineIops(Integer baselineIops)
The baseline input/output storage operations per seconds for an EBS-optimized instance type.
|
EbsOptimizedInfo.Builder |
baselineThroughputInMBps(Double baselineThroughputInMBps)
The baseline throughput performance for an EBS-optimized instance type, in MB/s.
|
EbsOptimizedInfo.Builder |
maximumBandwidthInMbps(Integer maximumBandwidthInMbps)
The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.
|
EbsOptimizedInfo.Builder |
maximumIops(Integer maximumIops)
The maximum input/output storage operations per second for an EBS-optimized instance type.
|
EbsOptimizedInfo.Builder |
maximumThroughputInMBps(Double maximumThroughputInMBps)
The maximum throughput performance for an EBS-optimized instance type, in MB/s.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
EbsOptimizedInfo.Builder baselineBandwidthInMbps(Integer baselineBandwidthInMbps)
The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.
baselineBandwidthInMbps
- The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.EbsOptimizedInfo.Builder baselineThroughputInMBps(Double baselineThroughputInMBps)
The baseline throughput performance for an EBS-optimized instance type, in MB/s.
baselineThroughputInMBps
- The baseline throughput performance for an EBS-optimized instance type, in MB/s.EbsOptimizedInfo.Builder baselineIops(Integer baselineIops)
The baseline input/output storage operations per seconds for an EBS-optimized instance type.
baselineIops
- The baseline input/output storage operations per seconds for an EBS-optimized instance type.EbsOptimizedInfo.Builder maximumBandwidthInMbps(Integer maximumBandwidthInMbps)
The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.
maximumBandwidthInMbps
- The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.EbsOptimizedInfo.Builder maximumThroughputInMBps(Double maximumThroughputInMBps)
The maximum throughput performance for an EBS-optimized instance type, in MB/s.
maximumThroughputInMBps
- The maximum throughput performance for an EBS-optimized instance type, in MB/s.EbsOptimizedInfo.Builder maximumIops(Integer maximumIops)
The maximum input/output storage operations per second for an EBS-optimized instance type.
maximumIops
- The maximum input/output storage operations per second for an EBS-optimized instance type.Copyright © 2023. All rights reserved.