static NetworkInterface.Builder |
NetworkInterface.builder() |
|
NetworkInterface.Builder |
NetworkInterface.Builder.ipv6Addresses(String... ipv6Addresses) |
The IP addresses associated with the network interface.
|
NetworkInterface.Builder |
NetworkInterface.Builder.ipv6Addresses(Collection<String> ipv6Addresses) |
The IP addresses associated with the network interface.
|
NetworkInterface.Builder |
NetworkInterface.Builder.networkInterfaceId(String networkInterfaceId) |
The ID of the network interface.
|
NetworkInterface.Builder |
NetworkInterface.Builder.privateDnsName(String privateDnsName) |
The name of a private DNS associated with the network interface.
|
NetworkInterface.Builder |
NetworkInterface.Builder.privateIpAddress(String privateIpAddress) |
The private IP address associated with the network interface.
|
NetworkInterface.Builder |
NetworkInterface.Builder.privateIpAddresses(Collection<PrivateIp> privateIpAddresses) |
A list of the private IP addresses associated with the network interface.
|
NetworkInterface.Builder |
NetworkInterface.Builder.privateIpAddresses(Consumer<PrivateIp.Builder>... privateIpAddresses) |
A list of the private IP addresses associated with the network interface.
|
NetworkInterface.Builder |
NetworkInterface.Builder.privateIpAddresses(PrivateIp... privateIpAddresses) |
A list of the private IP addresses associated with the network interface.
|
NetworkInterface.Builder |
NetworkInterface.Builder.publicDnsName(String publicDnsName) |
The name of a public DNS associated with the network interface.
|
NetworkInterface.Builder |
NetworkInterface.Builder.publicIp(String publicIp) |
The public IP address from which the network interface is reachable.
|
NetworkInterface.Builder |
NetworkInterface.Builder.securityGroups(Collection<SecurityGroup> securityGroups) |
A list of the security groups associated with the network interface.
|
NetworkInterface.Builder |
NetworkInterface.Builder.securityGroups(Consumer<SecurityGroup.Builder>... securityGroups) |
A list of the security groups associated with the network interface.
|
NetworkInterface.Builder |
NetworkInterface.Builder.securityGroups(SecurityGroup... securityGroups) |
A list of the security groups associated with the network interface.
|
NetworkInterface.Builder |
NetworkInterface.Builder.subnetId(String subnetId) |
The ID of a subnet associated with the network interface.
|
NetworkInterface.Builder |
NetworkInterface.toBuilder() |
|
NetworkInterface.Builder |
NetworkInterface.Builder.vpcId(String vpcId) |
The ID of a VPC associated with the network interface.
|