static Ec2NetworkInterface.Builder |
Ec2NetworkInterface.builder() |
|
Ec2NetworkInterface.Builder |
Ec2NetworkInterface.Builder.ipv6Addresses(String... ipv6Addresses) |
A list of IPv6 addresses for the Amazon EC2 instance.
|
Ec2NetworkInterface.Builder |
Ec2NetworkInterface.Builder.ipv6Addresses(Collection<String> ipv6Addresses) |
A list of IPv6 addresses for the Amazon EC2 instance.
|
Ec2NetworkInterface.Builder |
Ec2NetworkInterface.Builder.privateIpAddresses(Collection<PrivateIpAddressDetails> privateIpAddresses) |
Other private IP address information of the Amazon EC2 instance.
|
Ec2NetworkInterface.Builder |
Ec2NetworkInterface.Builder.privateIpAddresses(Consumer<PrivateIpAddressDetails.Builder>... privateIpAddresses) |
Other private IP address information of the Amazon EC2 instance.
|
Ec2NetworkInterface.Builder |
Ec2NetworkInterface.Builder.privateIpAddresses(PrivateIpAddressDetails... privateIpAddresses) |
Other private IP address information of the Amazon EC2 instance.
|
Ec2NetworkInterface.Builder |
Ec2NetworkInterface.Builder.publicIp(String publicIp) |
The public IP address of the Amazon EC2 instance.
|
Ec2NetworkInterface.Builder |
Ec2NetworkInterface.Builder.securityGroups(Collection<SecurityGroup> securityGroups) |
The security groups associated with the Amazon EC2 instance.
|
Ec2NetworkInterface.Builder |
Ec2NetworkInterface.Builder.securityGroups(Consumer<SecurityGroup.Builder>... securityGroups) |
The security groups associated with the Amazon EC2 instance.
|
Ec2NetworkInterface.Builder |
Ec2NetworkInterface.Builder.securityGroups(SecurityGroup... securityGroups) |
The security groups associated with the Amazon EC2 instance.
|
Ec2NetworkInterface.Builder |
Ec2NetworkInterface.Builder.subNetId(String subNetId) |
The subnet ID of the Amazon EC2 instance.
|
Ec2NetworkInterface.Builder |
Ec2NetworkInterface.toBuilder() |
|
Ec2NetworkInterface.Builder |
Ec2NetworkInterface.Builder.vpcId(String vpcId) |
The VPC ID of the Amazon EC2 instance.
|