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 additional 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 |
ipv6PrefixCount(Integer ipv6PrefixCount)
The number of IPv6 prefixes that Amazon Web Services automatically assigns to the network interface.
|
AssignIpv6AddressesRequest.Builder |
ipv6Prefixes(Collection<String> ipv6Prefixes)
One or more IPv6 prefixes assigned to the network interface.
|
AssignIpv6AddressesRequest.Builder |
ipv6Prefixes(String... ipv6Prefixes)
One or more IPv6 prefixes 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) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssignIpv6AddressesRequest.Builder ipv6AddressCount(Integer ipv6AddressCount)
The number of additional IPv6 addresses to assign to the network interface. The specified number of IPv6 addresses are assigned in addition to the existing IPv6 addresses that are already assigned 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 additional IPv6 addresses to assign to the network interface. The specified number of
IPv6 addresses are assigned in addition to the existing IPv6 addresses that are already assigned 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 ipv6PrefixCount(Integer ipv6PrefixCount)
The number of IPv6 prefixes that Amazon Web Services automatically assigns to the network interface. You
cannot use this option if you use the Ipv6Prefixes option.
ipv6PrefixCount - The number of IPv6 prefixes that Amazon Web Services automatically assigns to the network interface.
You cannot use this option if you use the Ipv6Prefixes option.AssignIpv6AddressesRequest.Builder ipv6Prefixes(Collection<String> ipv6Prefixes)
One or more IPv6 prefixes assigned to the network interface. You cannot use this option if you use the
Ipv6PrefixCount option.
ipv6Prefixes - One or more IPv6 prefixes assigned to the network interface. You cannot use this option if you use the
Ipv6PrefixCount option.AssignIpv6AddressesRequest.Builder ipv6Prefixes(String... ipv6Prefixes)
One or more IPv6 prefixes assigned to the network interface. You cannot use this option if you use the
Ipv6PrefixCount option.
ipv6Prefixes - One or more IPv6 prefixes assigned to the network interface. You cannot use this option if you use the
Ipv6PrefixCount option.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.BuilderAssignIpv6AddressesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.