Uses of Interface
software.amazon.awssdk.services.ec2.model.NetworkCardInfo.Builder
Packages that use NetworkCardInfo.Builder
-
Uses of NetworkCardInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NetworkCardInfo.BuilderModifier and TypeMethodDescriptionNetworkCardInfo.Builder.additionalFlexibleNetworkInterfaces(Integer additionalFlexibleNetworkInterfaces) The number of additional network interfaces that can be attached to an instance when using flexible Elastic Network Adapter (ENA) queues.NetworkCardInfo.Builder.baselineBandwidthInGbps(Double baselineBandwidthInGbps) The baseline network performance of the network card, in Gbps.static NetworkCardInfo.BuilderNetworkCardInfo.builder()NetworkCardInfo.Builder.defaultEnaQueueCountPerInterface(Integer defaultEnaQueueCountPerInterface) The default number of the ENA queues for each interface.NetworkCardInfo.Builder.maximumEnaQueueCount(Integer maximumEnaQueueCount) The maximum number of the ENA queues.NetworkCardInfo.Builder.maximumEnaQueueCountPerInterface(Integer maximumEnaQueueCountPerInterface) The maximum number of the ENA queues for each interface.NetworkCardInfo.Builder.maximumNetworkInterfaces(Integer maximumNetworkInterfaces) The maximum number of network interfaces for the network card.NetworkCardInfo.Builder.networkCardIndex(Integer networkCardIndex) The index of the network card.NetworkCardInfo.Builder.networkPerformance(String networkPerformance) The network performance of the network card.NetworkCardInfo.Builder.peakBandwidthInGbps(Double peakBandwidthInGbps) The peak (burst) network performance of the network card, in Gbps.NetworkCardInfo.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NetworkCardInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NetworkCardInfo.Builder>NetworkCardInfo.serializableBuilderClass()