Uses of Interface
software.amazon.awssdk.services.ec2.model.NetworkInfo.Builder
Packages that use NetworkInfo.Builder
-
Uses of NetworkInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NetworkInfo.BuilderModifier and TypeMethodDescriptionNetworkInfo.Builder.bandwidthWeightings(Collection<BandwidthWeightingType> bandwidthWeightings) A list of valid settings for configurable bandwidth weighting for the instance type, if supported.NetworkInfo.Builder.bandwidthWeightings(BandwidthWeightingType... bandwidthWeightings) A list of valid settings for configurable bandwidth weighting for the instance type, if supported.NetworkInfo.Builder.bandwidthWeightingsWithStrings(String... bandwidthWeightings) A list of valid settings for configurable bandwidth weighting for the instance type, if supported.NetworkInfo.Builder.bandwidthWeightingsWithStrings(Collection<String> bandwidthWeightings) A list of valid settings for configurable bandwidth weighting for the instance type, if supported.static NetworkInfo.BuilderNetworkInfo.builder()default NetworkInfo.BuilderNetworkInfo.Builder.connectionTrackingConfiguration(Consumer<DefaultConnectionTrackingConfiguration.Builder> connectionTrackingConfiguration) Indicates conntrack information for the instance typeNetworkInfo.Builder.connectionTrackingConfiguration(DefaultConnectionTrackingConfiguration connectionTrackingConfiguration) Indicates conntrack information for the instance typeNetworkInfo.Builder.defaultNetworkCardIndex(Integer defaultNetworkCardIndex) The index of the default network card, starting at 0.default NetworkInfo.BuilderNetworkInfo.Builder.efaInfo(Consumer<EfaInfo.Builder> efaInfo) Describes the Elastic Fabric Adapters for the instance type.Describes the Elastic Fabric Adapters for the instance type.NetworkInfo.Builder.efaSupported(Boolean efaSupported) Indicates whether Elastic Fabric Adapter (EFA) is supported.NetworkInfo.Builder.enaSrdSupported(Boolean enaSrdSupported) Indicates whether the instance type supports ENA Express.NetworkInfo.Builder.enaSupport(String enaSupport) Indicates whether Elastic Network Adapter (ENA) is supported.NetworkInfo.Builder.enaSupport(EnaSupport enaSupport) Indicates whether Elastic Network Adapter (ENA) is supported.NetworkInfo.Builder.encryptionInTransitSupported(Boolean encryptionInTransitSupported) Indicates whether the instance type automatically encrypts in-transit traffic between instances.NetworkInfo.Builder.flexibleEnaQueuesSupport(String flexibleEnaQueuesSupport) Indicates whether changing the number of ENA queues is supported.NetworkInfo.Builder.flexibleEnaQueuesSupport(FlexibleEnaQueuesSupport flexibleEnaQueuesSupport) Indicates whether changing the number of ENA queues is supported.NetworkInfo.Builder.ipv4AddressesPerInterface(Integer ipv4AddressesPerInterface) The maximum number of IPv4 addresses per network interface.NetworkInfo.Builder.ipv4AddressesPerSecondaryInterface(Integer ipv4AddressesPerSecondaryInterface) The maximum number of IPv4 addresses per secondary interface.NetworkInfo.Builder.ipv6AddressesPerInterface(Integer ipv6AddressesPerInterface) The maximum number of IPv6 addresses per network interface.NetworkInfo.Builder.ipv6Supported(Boolean ipv6Supported) Indicates whether IPv6 is supported.NetworkInfo.Builder.maximumNetworkCards(Integer maximumNetworkCards) The maximum number of physical network cards that can be allocated to the instance.NetworkInfo.Builder.maximumNetworkInterfaces(Integer maximumNetworkInterfaces) The maximum number of network interfaces for the instance type.NetworkInfo.Builder.maximumSecondaryNetworkInterfaces(Integer maximumSecondaryNetworkInterfaces) The maximum number of secondary interfaces for the instance type.NetworkInfo.Builder.networkCards(Collection<NetworkCardInfo> networkCards) Describes the network cards for the instance type.NetworkInfo.Builder.networkCards(Consumer<NetworkCardInfo.Builder>... networkCards) Describes the network cards for the instance type.NetworkInfo.Builder.networkCards(NetworkCardInfo... networkCards) Describes the network cards for the instance type.NetworkInfo.Builder.networkPerformance(String networkPerformance) The network performance.NetworkInfo.Builder.secondaryNetworkSupported(Boolean secondaryNetworkSupported) Indicates whether secondary interface attachments from secondary network are supported.NetworkInfo.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NetworkInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NetworkInfo.Builder>NetworkInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NetworkInfo.BuilderModifier and TypeMethodDescriptiondefault InstanceTypeInfo.BuilderInstanceTypeInfo.Builder.networkInfo(Consumer<NetworkInfo.Builder> networkInfo) Describes the network settings for the instance type.