Uses of Interface
software.amazon.awssdk.services.ec2.model.InstanceNetworkInterfaceSpecification.Builder
Packages that use InstanceNetworkInterfaceSpecification.Builder
-
Uses of InstanceNetworkInterfaceSpecification.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceNetworkInterfaceSpecification.BuilderModifier and TypeMethodDescriptionInstanceNetworkInterfaceSpecification.Builder.associateCarrierIpAddress(Boolean associateCarrierIpAddress) Indicates whether to assign a carrier IP address to the network interface.InstanceNetworkInterfaceSpecification.Builder.associatePublicIpAddress(Boolean associatePublicIpAddress) Indicates whether to assign a public IPv4 address to an instance you launch in a VPC.InstanceNetworkInterfaceSpecification.builder()InstanceNetworkInterfaceSpecification.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.InstanceNetworkInterfaceSpecification.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.InstanceNetworkInterfaceSpecification.Builder.deleteOnTermination(Boolean deleteOnTermination) If set totrue, the interface is deleted when the instance is terminated.InstanceNetworkInterfaceSpecification.Builder.description(String description) The description of the network interface.InstanceNetworkInterfaceSpecification.Builder.deviceIndex(Integer deviceIndex) The position of the network interface in the attachment order.InstanceNetworkInterfaceSpecification.Builder.enaQueueCount(Integer enaQueueCount) The number of ENA queues to be created with the instance.InstanceNetworkInterfaceSpecification.Builder.enaSrdSpecification(Consumer<EnaSrdSpecificationRequest.Builder> enaSrdSpecification) Specifies the ENA Express settings for the network interface that's attached to the instance.InstanceNetworkInterfaceSpecification.Builder.enaSrdSpecification(EnaSrdSpecificationRequest enaSrdSpecification) Specifies the ENA Express settings for the network interface that's attached to the instance.The IDs of the security groups for the network interface.InstanceNetworkInterfaceSpecification.Builder.groups(Collection<String> groups) The IDs of the security groups for the network interface.InstanceNetworkInterfaceSpecification.Builder.interfaceType(String interfaceType) The type of network interface.InstanceNetworkInterfaceSpecification.Builder.ipv4PrefixCount(Integer ipv4PrefixCount) The number of IPv4 delegated prefixes to be automatically assigned to the network interface.InstanceNetworkInterfaceSpecification.Builder.ipv4Prefixes(Collection<Ipv4PrefixSpecificationRequest> ipv4Prefixes) The IPv4 delegated prefixes to be assigned to the network interface.InstanceNetworkInterfaceSpecification.Builder.ipv4Prefixes(Consumer<Ipv4PrefixSpecificationRequest.Builder>... ipv4Prefixes) The IPv4 delegated prefixes to be assigned to the network interface.InstanceNetworkInterfaceSpecification.Builder.ipv4Prefixes(Ipv4PrefixSpecificationRequest... ipv4Prefixes) The IPv4 delegated prefixes to be assigned to the network interface.InstanceNetworkInterfaceSpecification.Builder.ipv6AddressCount(Integer ipv6AddressCount) A number of IPv6 addresses to assign to the network interface.InstanceNetworkInterfaceSpecification.Builder.ipv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses) The IPv6 addresses to assign to the network interface.InstanceNetworkInterfaceSpecification.Builder.ipv6Addresses(Consumer<InstanceIpv6Address.Builder>... ipv6Addresses) The IPv6 addresses to assign to the network interface.InstanceNetworkInterfaceSpecification.Builder.ipv6Addresses(InstanceIpv6Address... ipv6Addresses) The IPv6 addresses to assign to the network interface.InstanceNetworkInterfaceSpecification.Builder.ipv6PrefixCount(Integer ipv6PrefixCount) The number of IPv6 delegated prefixes to be automatically assigned to the network interface.InstanceNetworkInterfaceSpecification.Builder.ipv6Prefixes(Collection<Ipv6PrefixSpecificationRequest> ipv6Prefixes) The IPv6 delegated prefixes to be assigned to the network interface.InstanceNetworkInterfaceSpecification.Builder.ipv6Prefixes(Consumer<Ipv6PrefixSpecificationRequest.Builder>... ipv6Prefixes) The IPv6 delegated prefixes to be assigned to the network interface.InstanceNetworkInterfaceSpecification.Builder.ipv6Prefixes(Ipv6PrefixSpecificationRequest... ipv6Prefixes) The IPv6 delegated prefixes to be assigned to the network interface.InstanceNetworkInterfaceSpecification.Builder.networkCardIndex(Integer networkCardIndex) The index of the network card.InstanceNetworkInterfaceSpecification.Builder.networkInterfaceId(String networkInterfaceId) The ID of the network interface.InstanceNetworkInterfaceSpecification.Builder.primaryIpv6(Boolean primaryIpv6) The primary IPv6 address of the network interface.InstanceNetworkInterfaceSpecification.Builder.privateIpAddress(String privateIpAddress) The private IPv4 address of the network interface.InstanceNetworkInterfaceSpecification.Builder.privateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses) The private IPv4 addresses to assign to the network interface.InstanceNetworkInterfaceSpecification.Builder.privateIpAddresses(Consumer<PrivateIpAddressSpecification.Builder>... privateIpAddresses) The private IPv4 addresses to assign to the network interface.InstanceNetworkInterfaceSpecification.Builder.privateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses) The private IPv4 addresses to assign to the network interface.InstanceNetworkInterfaceSpecification.Builder.secondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressCount) The number of secondary private IPv4 addresses.The ID of the subnet associated with the network interface.InstanceNetworkInterfaceSpecification.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceNetworkInterfaceSpecification.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InstanceNetworkInterfaceSpecification.Builder>InstanceNetworkInterfaceSpecification.serializableBuilderClass()