Interface EbsCardInfo.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EbsCardInfo.Builder,,EbsCardInfo> SdkBuilder<EbsCardInfo.Builder,,EbsCardInfo> SdkPojo
- Enclosing class:
EbsCardInfo
@Mutable
@NotThreadSafe
public static interface EbsCardInfo.Builder
extends SdkPojo, CopyableBuilder<EbsCardInfo.Builder,EbsCardInfo>
-
Method Summary
Modifier and TypeMethodDescriptionbaselineBandwidthInMbps(Integer baselineBandwidthInMbps) The baseline bandwidth performance for the EBS card, in Mbps.baselineIops(Integer baselineIops) The baseline IOPS performance for the EBS card.baselineThroughputInMBps(Double baselineThroughputInMBps) The baseline throughput performance for the EBS card, in MBps.ebsCardIndex(Integer ebsCardIndex) The index of the EBS card.maximumBandwidthInMbps(Integer maximumBandwidthInMbps) The maximum bandwidth performance for the EBS card, in Mbps.maximumIops(Integer maximumIops) The maximum IOPS performance for the EBS card.maximumThroughputInMBps(Double maximumThroughputInMBps) The maximum throughput performance for the EBS card, in MBps.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
-
ebsCardIndex
The index of the EBS card.
- Parameters:
ebsCardIndex- The index of the EBS card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
baselineBandwidthInMbps
The baseline bandwidth performance for the EBS card, in Mbps.
- Parameters:
baselineBandwidthInMbps- The baseline bandwidth performance for the EBS card, in Mbps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
baselineThroughputInMBps
The baseline throughput performance for the EBS card, in MBps.
- Parameters:
baselineThroughputInMBps- The baseline throughput performance for the EBS card, in MBps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
baselineIops
The baseline IOPS performance for the EBS card.
- Parameters:
baselineIops- The baseline IOPS performance for the EBS card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maximumBandwidthInMbps
The maximum bandwidth performance for the EBS card, in Mbps.
- Parameters:
maximumBandwidthInMbps- The maximum bandwidth performance for the EBS card, in Mbps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maximumThroughputInMBps
The maximum throughput performance for the EBS card, in MBps.
- Parameters:
maximumThroughputInMBps- The maximum throughput performance for the EBS card, in MBps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maximumIops
The maximum IOPS performance for the EBS card.
- Parameters:
maximumIops- The maximum IOPS performance for the EBS card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-