CopyableBuilder<AssignIpv6AddressesRequest.Builder,AssignIpv6AddressesRequest>
, SdkBuilder<AssignIpv6AddressesRequest.Builder,AssignIpv6AddressesRequest>
public static interface AssignIpv6AddressesRequest.Builder extends CopyableBuilder<AssignIpv6AddressesRequest.Builder,AssignIpv6AddressesRequest>
Modifier and Type | Method | Description |
---|---|---|
AssignIpv6AddressesRequest.Builder |
ipv6AddressCount(Integer ipv6AddressCount) |
The number of IPv6 addresses to assign to the network interface.
|
AssignIpv6AddressesRequest.Builder |
ipv6Addresses(String... ipv6Addresses) |
One or more specific IPv6 addresses to be assigned to the network interface.
|
AssignIpv6AddressesRequest.Builder |
ipv6Addresses(Collection<String> ipv6Addresses) |
One or more specific IPv6 addresses to be assigned to the network interface.
|
AssignIpv6AddressesRequest.Builder |
networkInterfaceId(String networkInterfaceId) |
The ID of the network interface.
|
copy
apply, build
AssignIpv6AddressesRequest.Builder ipv6AddressCount(Integer ipv6AddressCount)
The number of IPv6 addresses to assign to the network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses.
ipv6AddressCount
- The number of IPv6 addresses to assign to the network interface. Amazon EC2 automatically selects the
IPv6 addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses.AssignIpv6AddressesRequest.Builder ipv6Addresses(Collection<String> ipv6Addresses)
One or more specific IPv6 addresses to be assigned to the network interface. You can't use this option if you're specifying a number of IPv6 addresses.
ipv6Addresses
- One or more specific IPv6 addresses to be assigned to the network interface. You can't use this option
if you're specifying a number of IPv6 addresses.AssignIpv6AddressesRequest.Builder ipv6Addresses(String... ipv6Addresses)
One or more specific IPv6 addresses to be assigned to the network interface. You can't use this option if you're specifying a number of IPv6 addresses.
NOTE: This method appends the values to the existing list (if any). Use
#setIpv6Addresses(java.util.Collection)
or #withIpv6Addresses(java.util.Collection)
if you
want to override the existing values.
ipv6Addresses
- One or more specific IPv6 addresses to be assigned to the network interface. You can't use this option
if you're specifying a number of IPv6 addresses.AssignIpv6AddressesRequest.Builder networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId
- The ID of the network interface.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.