Uses of Interface
software.amazon.awssdk.services.ec2.model.NetworkCardInfo.Builder
-
Packages that use NetworkCardInfo.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of NetworkCardInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NetworkCardInfo.Builder Modifier and Type Method Description NetworkCardInfo.BuilderNetworkCardInfo.Builder. baselineBandwidthInGbps(Double baselineBandwidthInGbps)The baseline network performance of the network card, in Gbps.static NetworkCardInfo.BuilderNetworkCardInfo. builder()NetworkCardInfo.BuilderNetworkCardInfo.Builder. maximumNetworkInterfaces(Integer maximumNetworkInterfaces)The maximum number of network interfaces for the network card.NetworkCardInfo.BuilderNetworkCardInfo.Builder. networkCardIndex(Integer networkCardIndex)The index of the network card.NetworkCardInfo.BuilderNetworkCardInfo.Builder. networkPerformance(String networkPerformance)The network performance of the network card.NetworkCardInfo.BuilderNetworkCardInfo.Builder. peakBandwidthInGbps(Double peakBandwidthInGbps)The peak (burst) network performance of the network card, in Gbps.NetworkCardInfo.BuilderNetworkCardInfo. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NetworkCardInfo.Builder Modifier and Type Method Description static Class<? extends NetworkCardInfo.Builder>NetworkCardInfo. serializableBuilderClass()
-