Uses of Interface
software.amazon.awssdk.services.ec2.model.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder
Packages that use LaunchTemplateInstanceNetworkInterfaceSpecification.Builder
-
Uses of LaunchTemplateInstanceNetworkInterfaceSpecification.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LaunchTemplateInstanceNetworkInterfaceSpecification.BuilderModifier and TypeMethodDescriptionLaunchTemplateInstanceNetworkInterfaceSpecification.Builder.associateCarrierIpAddress(Boolean associateCarrierIpAddress) Indicates whether to associate a Carrier IP address with eth0 for a new network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.associatePublicIpAddress(Boolean associatePublicIpAddress) Indicates whether to associate a public IPv4 address with eth0 for a new network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.builder()LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.connectionTrackingSpecification(Consumer<ConnectionTrackingSpecification.Builder> connectionTrackingSpecification) A security group connection tracking specification that enables you to set the timeout for connection tracking on an Elastic network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.connectionTrackingSpecification(ConnectionTrackingSpecification connectionTrackingSpecification) A security group connection tracking specification that enables you to set the timeout for connection tracking on an Elastic network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.deleteOnTermination(Boolean deleteOnTermination) Indicates whether the network interface is deleted when the instance is terminated.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.description(String description) A description for the network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.deviceIndex(Integer deviceIndex) The device index for the network interface attachment.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.enaQueueCount(Integer enaQueueCount) The number of ENA queues created with the instance.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.enaSrdSpecification(Consumer<LaunchTemplateEnaSrdSpecification.Builder> enaSrdSpecification) Contains the ENA Express settings for instances launched from your launch template.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.enaSrdSpecification(LaunchTemplateEnaSrdSpecification enaSrdSpecification) Contains the ENA Express settings for instances launched from your launch template.The IDs of one or more security groups.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.groups(Collection<String> groups) The IDs of one or more security groups.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.interfaceType(String interfaceType) The type of network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.ipv4PrefixCount(Integer ipv4PrefixCount) The number of IPv4 prefixes that Amazon Web Services automatically assigned to the network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.ipv4Prefixes(Collection<Ipv4PrefixSpecificationResponse> ipv4Prefixes) One or more IPv4 prefixes assigned to the network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.ipv4Prefixes(Consumer<Ipv4PrefixSpecificationResponse.Builder>... ipv4Prefixes) One or more IPv4 prefixes assigned to the network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.ipv4Prefixes(Ipv4PrefixSpecificationResponse... ipv4Prefixes) One or more IPv4 prefixes assigned to the network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.ipv6AddressCount(Integer ipv6AddressCount) The number of IPv6 addresses for the network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.ipv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses) The IPv6 addresses for the network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.ipv6Addresses(Consumer<InstanceIpv6Address.Builder>... ipv6Addresses) The IPv6 addresses for the network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.ipv6Addresses(InstanceIpv6Address... ipv6Addresses) The IPv6 addresses for the network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.ipv6PrefixCount(Integer ipv6PrefixCount) The number of IPv6 prefixes that Amazon Web Services automatically assigned to the network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.ipv6Prefixes(Collection<Ipv6PrefixSpecificationResponse> ipv6Prefixes) One or more IPv6 prefixes assigned to the network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.ipv6Prefixes(Consumer<Ipv6PrefixSpecificationResponse.Builder>... ipv6Prefixes) One or more IPv6 prefixes assigned to the network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.ipv6Prefixes(Ipv6PrefixSpecificationResponse... ipv6Prefixes) One or more IPv6 prefixes assigned to the network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.networkCardIndex(Integer networkCardIndex) The index of the network card.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.networkInterfaceId(String networkInterfaceId) The ID of the network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.primaryIpv6(Boolean primaryIpv6) The primary IPv6 address of the network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.privateIpAddress(String privateIpAddress) The primary private IPv4 address of the network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.privateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses) One or more private IPv4 addresses.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.privateIpAddresses(Consumer<PrivateIpAddressSpecification.Builder>... privateIpAddresses) One or more private IPv4 addresses.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.privateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses) One or more private IPv4 addresses.LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.secondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressCount) The number of secondary private IPv4 addresses for the network interface.The ID of the subnet for the network interface.LaunchTemplateInstanceNetworkInterfaceSpecification.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LaunchTemplateInstanceNetworkInterfaceSpecification.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LaunchTemplateInstanceNetworkInterfaceSpecification.Builder>LaunchTemplateInstanceNetworkInterfaceSpecification.serializableBuilderClass()