Interface EbsOptimizedInfo.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<EbsOptimizedInfo.Builder,,EbsOptimizedInfo> SdkBuilder<EbsOptimizedInfo.Builder,,EbsOptimizedInfo> SdkPojo
- Enclosing class:
 EbsOptimizedInfo
public static interface EbsOptimizedInfo.Builder
extends SdkPojo, CopyableBuilder<EbsOptimizedInfo.Builder,EbsOptimizedInfo> 
- 
Method Summary
Modifier and TypeMethodDescriptionbaselineBandwidthInMbps(Integer baselineBandwidthInMbps) The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.baselineIops(Integer baselineIops) The baseline input/output storage operations per seconds for an EBS-optimized instance type.baselineThroughputInMBps(Double baselineThroughputInMBps) The baseline throughput performance for an EBS-optimized instance type, in MB/s.maximumBandwidthInMbps(Integer maximumBandwidthInMbps) The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.maximumIops(Integer maximumIops) The maximum input/output storage operations per second for an EBS-optimized instance type.maximumThroughputInMBps(Double maximumThroughputInMBps) The maximum throughput performance for an EBS-optimized instance type, in MB/s.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
baselineBandwidthInMbps
The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.
- Parameters:
 baselineBandwidthInMbps- The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
baselineThroughputInMBps
The baseline throughput performance for an EBS-optimized instance type, in MB/s.
- Parameters:
 baselineThroughputInMBps- The baseline throughput performance for an EBS-optimized instance type, in MB/s.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
baselineIops
The baseline input/output storage operations per seconds for an EBS-optimized instance type.
- Parameters:
 baselineIops- The baseline input/output storage operations per seconds for an EBS-optimized instance type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
maximumBandwidthInMbps
The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.
- Parameters:
 maximumBandwidthInMbps- The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
maximumThroughputInMBps
The maximum throughput performance for an EBS-optimized instance type, in MB/s.
- Parameters:
 maximumThroughputInMBps- The maximum throughput performance for an EBS-optimized instance type, in MB/s.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
maximumIops
The maximum input/output storage operations per second for an EBS-optimized instance type.
- Parameters:
 maximumIops- The maximum input/output storage operations per second for an EBS-optimized instance type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -