public static interface AssignIpv6AddressesRequest.Builder extends Ec2Request.Builder, CopyableBuilder<AssignIpv6AddressesRequest.Builder,AssignIpv6AddressesRequest>
Modifier and Type | Method and Description |
---|---|
AssignIpv6AddressesRequest.Builder |
ipv6AddressCount(Integer ipv6AddressCount)
The number of IPv6 addresses to assign 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 |
ipv6Addresses(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.
|
AssignIpv6AddressesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AssignIpv6AddressesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, 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.
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.AssignIpv6AddressesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AssignIpv6AddressesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.