Uses of Interface
software.amazon.awssdk.services.ec2.model.EbsCardInfo.Builder
Packages that use EbsCardInfo.Builder
-
Uses of EbsCardInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return EbsCardInfo.BuilderModifier and TypeMethodDescriptionEbsCardInfo.Builder.baselineBandwidthInMbps(Integer baselineBandwidthInMbps) The baseline bandwidth performance for the EBS card, in Mbps.EbsCardInfo.Builder.baselineIops(Integer baselineIops) The baseline IOPS performance for the EBS card.EbsCardInfo.Builder.baselineThroughputInMBps(Double baselineThroughputInMBps) The baseline throughput performance for the EBS card, in MBps.static EbsCardInfo.BuilderEbsCardInfo.builder()EbsCardInfo.Builder.ebsCardIndex(Integer ebsCardIndex) The index of the EBS card.EbsCardInfo.Builder.maximumBandwidthInMbps(Integer maximumBandwidthInMbps) The maximum bandwidth performance for the EBS card, in Mbps.EbsCardInfo.Builder.maximumIops(Integer maximumIops) The maximum IOPS performance for the EBS card.EbsCardInfo.Builder.maximumThroughputInMBps(Double maximumThroughputInMBps) The maximum throughput performance for the EBS card, in MBps.EbsCardInfo.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type EbsCardInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EbsCardInfo.Builder>EbsCardInfo.serializableBuilderClass()