Uses of Interface
software.amazon.awssdk.services.ec2.model.InstanceNetworkInterface.Builder
Packages that use InstanceNetworkInterface.Builder
-
Uses of InstanceNetworkInterface.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceNetworkInterface.BuilderModifier and TypeMethodDescriptiondefault InstanceNetworkInterface.BuilderInstanceNetworkInterface.Builder.association(Consumer<InstanceNetworkInterfaceAssociation.Builder> association) The association information for an Elastic IPv4 associated with the network interface.InstanceNetworkInterface.Builder.association(InstanceNetworkInterfaceAssociation association) The association information for an Elastic IPv4 associated with the network interface.default InstanceNetworkInterface.BuilderInstanceNetworkInterface.Builder.attachment(Consumer<InstanceNetworkInterfaceAttachment.Builder> attachment) The network interface attachment.InstanceNetworkInterface.Builder.attachment(InstanceNetworkInterfaceAttachment attachment) The network interface attachment.InstanceNetworkInterface.builder()default InstanceNetworkInterface.BuilderInstanceNetworkInterface.Builder.connectionTrackingConfiguration(Consumer<ConnectionTrackingSpecificationResponse.Builder> connectionTrackingConfiguration) A security group connection tracking configuration that enables you to set the timeout for connection tracking on an Elastic network interface.InstanceNetworkInterface.Builder.connectionTrackingConfiguration(ConnectionTrackingSpecificationResponse connectionTrackingConfiguration) A security group connection tracking configuration that enables you to set the timeout for connection tracking on an Elastic network interface.InstanceNetworkInterface.Builder.description(String description) The description.InstanceNetworkInterface.Builder.groups(Collection<GroupIdentifier> groups) The security groups.InstanceNetworkInterface.Builder.groups(Consumer<GroupIdentifier.Builder>... groups) The security groups.InstanceNetworkInterface.Builder.groups(GroupIdentifier... groups) The security groups.InstanceNetworkInterface.Builder.interfaceType(String interfaceType) The type of network interface.InstanceNetworkInterface.Builder.ipv4Prefixes(Collection<InstanceIpv4Prefix> ipv4Prefixes) The IPv4 delegated prefixes that are assigned to the network interface.InstanceNetworkInterface.Builder.ipv4Prefixes(Consumer<InstanceIpv4Prefix.Builder>... ipv4Prefixes) The IPv4 delegated prefixes that are assigned to the network interface.InstanceNetworkInterface.Builder.ipv4Prefixes(InstanceIpv4Prefix... ipv4Prefixes) The IPv4 delegated prefixes that are assigned to the network interface.InstanceNetworkInterface.Builder.ipv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses) The IPv6 addresses associated with the network interface.InstanceNetworkInterface.Builder.ipv6Addresses(Consumer<InstanceIpv6Address.Builder>... ipv6Addresses) The IPv6 addresses associated with the network interface.InstanceNetworkInterface.Builder.ipv6Addresses(InstanceIpv6Address... ipv6Addresses) The IPv6 addresses associated with the network interface.InstanceNetworkInterface.Builder.ipv6Prefixes(Collection<InstanceIpv6Prefix> ipv6Prefixes) The IPv6 delegated prefixes that are assigned to the network interface.InstanceNetworkInterface.Builder.ipv6Prefixes(Consumer<InstanceIpv6Prefix.Builder>... ipv6Prefixes) The IPv6 delegated prefixes that are assigned to the network interface.InstanceNetworkInterface.Builder.ipv6Prefixes(InstanceIpv6Prefix... ipv6Prefixes) The IPv6 delegated prefixes that are assigned to the network interface.InstanceNetworkInterface.Builder.macAddress(String macAddress) The MAC address.InstanceNetworkInterface.Builder.networkInterfaceId(String networkInterfaceId) The ID of the network interface.default InstanceNetworkInterface.BuilderInstanceNetworkInterface.Builder.operator(Consumer<OperatorResponse.Builder> operator) The service provider that manages the network interface.InstanceNetworkInterface.Builder.operator(OperatorResponse operator) The service provider that manages the network interface.The ID of the Amazon Web Services account that created the network interface.InstanceNetworkInterface.Builder.privateDnsName(String privateDnsName) The private DNS name.InstanceNetworkInterface.Builder.privateIpAddress(String privateIpAddress) The IPv4 address of the network interface within the subnet.InstanceNetworkInterface.Builder.privateIpAddresses(Collection<InstancePrivateIpAddress> privateIpAddresses) The private IPv4 addresses associated with the network interface.InstanceNetworkInterface.Builder.privateIpAddresses(Consumer<InstancePrivateIpAddress.Builder>... privateIpAddresses) The private IPv4 addresses associated with the network interface.InstanceNetworkInterface.Builder.privateIpAddresses(InstancePrivateIpAddress... privateIpAddresses) The private IPv4 addresses associated with the network interface.InstanceNetworkInterface.Builder.sourceDestCheck(Boolean sourceDestCheck) Indicates whether source/destination checking is enabled.The status of the network interface.InstanceNetworkInterface.Builder.status(NetworkInterfaceStatus status) The status of the network interface.The ID of the subnet.InstanceNetworkInterface.toBuilder()The ID of the VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceNetworkInterface.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InstanceNetworkInterface.Builder>InstanceNetworkInterface.serializableBuilderClass()