Uses of Class
software.amazon.awscdk.services.ec2.CfnNetworkInterface.Builder
Packages that use CfnNetworkInterface.Builder
-
Uses of CfnNetworkInterface.Builder in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return CfnNetworkInterface.BuilderModifier and TypeMethodDescriptionCfnNetworkInterface.Builder.connectionTrackingSpecification(IResolvable connectionTrackingSpecification) A connection tracking specification for the network interface.CfnNetworkInterface.Builder.connectionTrackingSpecification(CfnNetworkInterface.ConnectionTrackingSpecificationProperty connectionTrackingSpecification) A connection tracking specification for the network interface.static CfnNetworkInterface.BuilderCfnNetworkInterface.Builder.description(String description) A description for the network interface.CfnNetworkInterface.Builder.enablePrimaryIpv6(Boolean enablePrimaryIpv6) If you’re modifying a network interface in a dual-stack or IPv6-only subnet, you have the option to assign a primary IPv6 IP address.CfnNetworkInterface.Builder.enablePrimaryIpv6(IResolvable enablePrimaryIpv6) If you’re modifying a network interface in a dual-stack or IPv6-only subnet, you have the option to assign a primary IPv6 IP address.The IDs of the security groups associated with this network interface.CfnNetworkInterface.Builder.interfaceType(String interfaceType) The type of network interface.CfnNetworkInterface.Builder.ipv4PrefixCount(Number ipv4PrefixCount) The number of IPv4 prefixes to be automatically assigned to the network interface.CfnNetworkInterface.Builder.ipv4Prefixes(List<? extends Object> ipv4Prefixes) The IPv4 delegated prefixes that are assigned to the network interface.CfnNetworkInterface.Builder.ipv4Prefixes(IResolvable ipv4Prefixes) The IPv4 delegated prefixes that are assigned to the network interface.CfnNetworkInterface.Builder.ipv6AddressCount(Number ipv6AddressCount) The number of IPv6 addresses to assign to the network interface.CfnNetworkInterface.Builder.ipv6Addresses(List<? extends Object> ipv6Addresses) The IPv6 addresses from the IPv6 CIDR block range of your subnet to assign to the network interface.CfnNetworkInterface.Builder.ipv6Addresses(IResolvable ipv6Addresses) The IPv6 addresses from the IPv6 CIDR block range of your subnet to assign to the network interface.CfnNetworkInterface.Builder.ipv6PrefixCount(Number ipv6PrefixCount) The number of IPv6 prefixes to be automatically assigned to the network interface.CfnNetworkInterface.Builder.ipv6Prefixes(List<? extends Object> ipv6Prefixes) The IPv6 delegated prefixes that are assigned to the network interface.CfnNetworkInterface.Builder.ipv6Prefixes(IResolvable ipv6Prefixes) The IPv6 delegated prefixes that are assigned to the network interface.CfnNetworkInterface.Builder.privateIpAddress(String privateIpAddress) The private IPv4 address to assign to the network interface as the primary private IP address.CfnNetworkInterface.Builder.privateIpAddresses(List<? extends Object> privateIpAddresses) The private IPv4 addresses to assign to the network interface.CfnNetworkInterface.Builder.privateIpAddresses(IResolvable privateIpAddresses) The private IPv4 addresses to assign to the network interface.CfnNetworkInterface.Builder.publicIpDnsHostnameTypeSpecification(String publicIpDnsHostnameTypeSpecification) Public IP DNS hostname type.CfnNetworkInterface.Builder.secondaryPrivateIpAddressCount(Number secondaryPrivateIpAddressCount) The number of secondary private IPv4 addresses to assign to a network interface.CfnNetworkInterface.Builder.sourceDestCheck(Boolean sourceDestCheck) Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives.CfnNetworkInterface.Builder.sourceDestCheck(IResolvable sourceDestCheck) Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives.The ID of the subnet to associate with the network interface.CfnNetworkInterface.Builder.subnetId(ISubnetRef subnetId) The ID of the subnet to associate with the network interface.The tags to apply to the network interface.