public static interface CreateNetworkInterfaceRequest.Builder extends Ec2Request.Builder, CopyableBuilder<CreateNetworkInterfaceRequest.Builder,CreateNetworkInterfaceRequest>
| Modifier and Type | Method and Description | 
|---|---|
CreateNetworkInterfaceRequest.Builder | 
description(String description)
 A description for the network interface. 
 | 
CreateNetworkInterfaceRequest.Builder | 
groups(Collection<String> groups)
 The IDs of one or more security groups. 
 | 
CreateNetworkInterfaceRequest.Builder | 
groups(String... groups)
 The IDs of one or more security groups. 
 | 
CreateNetworkInterfaceRequest.Builder | 
ipv6AddressCount(Integer ipv6AddressCount)
 The number of IPv6 addresses to assign to a network interface. 
 | 
CreateNetworkInterfaceRequest.Builder | 
ipv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses)
 One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. 
 | 
CreateNetworkInterfaceRequest.Builder | 
ipv6Addresses(Consumer<InstanceIpv6Address.Builder>... ipv6Addresses)
 One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. 
 | 
CreateNetworkInterfaceRequest.Builder | 
ipv6Addresses(InstanceIpv6Address... ipv6Addresses)
 One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. 
 | 
CreateNetworkInterfaceRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
CreateNetworkInterfaceRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
CreateNetworkInterfaceRequest.Builder | 
privateIpAddress(String privateIpAddress)
 The primary private IPv4 address of the network interface. 
 | 
CreateNetworkInterfaceRequest.Builder | 
privateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
 One or more private IPv4 addresses. 
 | 
CreateNetworkInterfaceRequest.Builder | 
privateIpAddresses(Consumer<PrivateIpAddressSpecification.Builder>... privateIpAddresses)
 One or more private IPv4 addresses. 
 | 
CreateNetworkInterfaceRequest.Builder | 
privateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)
 One or more private IPv4 addresses. 
 | 
CreateNetworkInterfaceRequest.Builder | 
secondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressCount)
 The number of secondary private IPv4 addresses to assign to a network interface. 
 | 
CreateNetworkInterfaceRequest.Builder | 
subnetId(String subnetId)
 The ID of the subnet to associate with the network interface. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildCreateNetworkInterfaceRequest.Builder description(String description)
A description for the network interface.
description - A description for the network interface.CreateNetworkInterfaceRequest.Builder groups(Collection<String> groups)
The IDs of one or more security groups.
groups - The IDs of one or more security groups.CreateNetworkInterfaceRequest.Builder groups(String... groups)
The IDs of one or more security groups.
groups - The IDs of one or more security groups.CreateNetworkInterfaceRequest.Builder ipv6AddressCount(Integer ipv6AddressCount)
 The number of IPv6 addresses to assign to a network interface. Amazon EC2 automatically selects the IPv6
 addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses. If your
 subnet has the AssignIpv6AddressOnCreation attribute set to true, you can specify
 0 to override this setting.
 
ipv6AddressCount - The number of IPv6 addresses to assign to a network interface. Amazon EC2 automatically selects the
        IPv6 addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses.
        If your subnet has the AssignIpv6AddressOnCreation attribute set to true,
        you can specify 0 to override this setting.CreateNetworkInterfaceRequest.Builder ipv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses)
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. You can't use this option if you're specifying a number of IPv6 addresses.
ipv6Addresses - One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. You can't use this
        option if you're specifying a number of IPv6 addresses.CreateNetworkInterfaceRequest.Builder ipv6Addresses(InstanceIpv6Address... ipv6Addresses)
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. You can't use this option if you're specifying a number of IPv6 addresses.
ipv6Addresses - One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. You can't use this
        option if you're specifying a number of IPv6 addresses.CreateNetworkInterfaceRequest.Builder ipv6Addresses(Consumer<InstanceIpv6Address.Builder>... ipv6Addresses)
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. You can't use this option if you're specifying a number of IPv6 addresses.
This is a convenience that creates an instance of theList.Builder  avoiding the
 need to create one manually via List#builder() .
 When the Consumer completes, List.Builder#build()  is called immediately
 and its result is passed to #ipv6Addresses(List) .ipv6Addresses - a consumer that will call methods on List.Builder #ipv6Addresses(List) CreateNetworkInterfaceRequest.Builder privateIpAddress(String privateIpAddress)
 The primary private IPv4 address of the network interface. If you don't specify an IPv4 address, Amazon EC2
 selects one for you from the subnet's IPv4 CIDR range. If you specify an IP address, you cannot indicate any
 IP addresses specified in privateIpAddresses as primary (only one IP address can be designated
 as primary).
 
privateIpAddress - The primary private IPv4 address of the network interface. If you don't specify an IPv4 address,
        Amazon EC2 selects one for you from the subnet's IPv4 CIDR range. If you specify an IP address, you
        cannot indicate any IP addresses specified in privateIpAddresses as primary (only one IP
        address can be designated as primary).CreateNetworkInterfaceRequest.Builder privateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
One or more private IPv4 addresses.
privateIpAddresses - One or more private IPv4 addresses.CreateNetworkInterfaceRequest.Builder privateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)
One or more private IPv4 addresses.
privateIpAddresses - One or more private IPv4 addresses.CreateNetworkInterfaceRequest.Builder privateIpAddresses(Consumer<PrivateIpAddressSpecification.Builder>... privateIpAddresses)
One or more private IPv4 addresses.
This is a convenience that creates an instance of theList.Builder 
 avoiding the need to create one manually via List#builder() .
 When the Consumer completes, List.Builder#build()  is called
 immediately and its result is passed to #privateIpAddresses(List) .privateIpAddresses - a consumer that will call methods on List.Builder #privateIpAddresses(List) CreateNetworkInterfaceRequest.Builder secondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressCount)
 The number of secondary private IPv4 addresses to assign to a network interface. When you specify a number of
 secondary IPv4 addresses, Amazon EC2 selects these IP addresses within the subnet's IPv4 CIDR range. You
 can't specify this option and specify more than one private IP address using privateIpAddresses.
 
The number of IP addresses you can assign to a network interface varies by instance type. For more information, see IP Addresses Per ENI Per Instance Type in the Amazon Virtual Private Cloud User Guide.
secondaryPrivateIpAddressCount - The number of secondary private IPv4 addresses to assign to a network interface. When you specify a
        number of secondary IPv4 addresses, Amazon EC2 selects these IP addresses within the subnet's IPv4
        CIDR range. You can't specify this option and specify more than one private IP address using
        privateIpAddresses.
        The number of IP addresses you can assign to a network interface varies by instance type. For more information, see IP Addresses Per ENI Per Instance Type in the Amazon Virtual Private Cloud User Guide.
CreateNetworkInterfaceRequest.Builder subnetId(String subnetId)
The ID of the subnet to associate with the network interface.
subnetId - The ID of the subnet to associate with the network interface.CreateNetworkInterfaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateNetworkInterfaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.