public static interface AssignIpv6AddressesRequest.Builder extends Ec2Request.Builder, SdkPojo, 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) |
AssignIpv6AddressesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
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)
overrideConfiguration
in interface AwsRequest.Builder
AssignIpv6AddressesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2019. All rights reserved.