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