Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateNetworkInterfaceRequest.Builder
Packages that use CreateNetworkInterfaceRequest.Builder
Package
Description
-
Uses of CreateNetworkInterfaceRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateNetworkInterfaceRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createNetworkInterface(Consumer<CreateNetworkInterfaceRequest.Builder> createNetworkInterfaceRequest) Creates a network interface in the specified subnet.default CreateNetworkInterfaceResponseEc2Client.createNetworkInterface(Consumer<CreateNetworkInterfaceRequest.Builder> createNetworkInterfaceRequest) Creates a network interface in the specified subnet. -
Uses of CreateNetworkInterfaceRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateNetworkInterfaceRequest.BuilderModifier and TypeMethodDescriptionCreateNetworkInterfaceRequest.builder()CreateNetworkInterfaceRequest.Builder.clientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateNetworkInterfaceRequest.Builder.connectionTrackingSpecification(Consumer<ConnectionTrackingSpecificationRequest.Builder> connectionTrackingSpecification) A connection tracking specification for the network interface.CreateNetworkInterfaceRequest.Builder.connectionTrackingSpecification(ConnectionTrackingSpecificationRequest connectionTrackingSpecification) A connection tracking specification for the network interface.CreateNetworkInterfaceRequest.Builder.description(String description) A description for the network interface.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateNetworkInterfaceRequest.Builder.enablePrimaryIpv6(Boolean enablePrimaryIpv6) If you’re creating 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.CreateNetworkInterfaceRequest.Builder.groups(Collection<String> groups) The IDs of the security groups.CreateNetworkInterfaceRequest.Builder.interfaceType(String interfaceType) The type of network interface.CreateNetworkInterfaceRequest.Builder.interfaceType(NetworkInterfaceCreationType interfaceType) The type of network interface.CreateNetworkInterfaceRequest.Builder.ipv4PrefixCount(Integer ipv4PrefixCount) The number of IPv4 prefixes that Amazon Web Services automatically assigns to the network interface.CreateNetworkInterfaceRequest.Builder.ipv4Prefixes(Collection<Ipv4PrefixSpecificationRequest> ipv4Prefixes) The IPv4 prefixes assigned to the network interface.CreateNetworkInterfaceRequest.Builder.ipv4Prefixes(Consumer<Ipv4PrefixSpecificationRequest.Builder>... ipv4Prefixes) The IPv4 prefixes assigned to the network interface.CreateNetworkInterfaceRequest.Builder.ipv4Prefixes(Ipv4PrefixSpecificationRequest... ipv4Prefixes) The IPv4 prefixes assigned to the network interface.CreateNetworkInterfaceRequest.Builder.ipv6AddressCount(Integer ipv6AddressCount) The number of IPv6 addresses to assign to a network interface.CreateNetworkInterfaceRequest.Builder.ipv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses) The IPv6 addresses from the IPv6 CIDR block range of your subnet.CreateNetworkInterfaceRequest.Builder.ipv6Addresses(Consumer<InstanceIpv6Address.Builder>... ipv6Addresses) The IPv6 addresses from the IPv6 CIDR block range of your subnet.CreateNetworkInterfaceRequest.Builder.ipv6Addresses(InstanceIpv6Address... ipv6Addresses) The IPv6 addresses from the IPv6 CIDR block range of your subnet.CreateNetworkInterfaceRequest.Builder.ipv6PrefixCount(Integer ipv6PrefixCount) The number of IPv6 prefixes that Amazon Web Services automatically assigns to the network interface.CreateNetworkInterfaceRequest.Builder.ipv6Prefixes(Collection<Ipv6PrefixSpecificationRequest> ipv6Prefixes) The IPv6 prefixes assigned to the network interface.CreateNetworkInterfaceRequest.Builder.ipv6Prefixes(Consumer<Ipv6PrefixSpecificationRequest.Builder>... ipv6Prefixes) The IPv6 prefixes assigned to the network interface.CreateNetworkInterfaceRequest.Builder.ipv6Prefixes(Ipv6PrefixSpecificationRequest... ipv6Prefixes) The IPv6 prefixes assigned to the network interface.CreateNetworkInterfaceRequest.Builder.operator(Consumer<OperatorRequest.Builder> operator) Reserved for internal use.CreateNetworkInterfaceRequest.Builder.operator(OperatorRequest operator) Reserved for internal use.CreateNetworkInterfaceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateNetworkInterfaceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateNetworkInterfaceRequest.Builder.privateIpAddress(String privateIpAddress) The primary private IPv4 address of the network interface.CreateNetworkInterfaceRequest.Builder.privateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses) The private IPv4 addresses.CreateNetworkInterfaceRequest.Builder.privateIpAddresses(Consumer<PrivateIpAddressSpecification.Builder>... privateIpAddresses) The private IPv4 addresses.CreateNetworkInterfaceRequest.Builder.privateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses) The private IPv4 addresses.CreateNetworkInterfaceRequest.Builder.secondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressCount) The number of secondary private IPv4 addresses to assign to a network interface.The ID of the subnet to associate with the network interface.CreateNetworkInterfaceRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the new network interface.CreateNetworkInterfaceRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the new network interface.CreateNetworkInterfaceRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the new network interface.CreateNetworkInterfaceRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateNetworkInterfaceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateNetworkInterfaceRequest.Builder>CreateNetworkInterfaceRequest.serializableBuilderClass()