public static interface AssignIpv6AddressesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<AssignIpv6AddressesResponse.Builder,AssignIpv6AddressesResponse>
Modifier and Type | Method and Description |
---|---|
AssignIpv6AddressesResponse.Builder |
assignedIpv6Addresses(Collection<String> assignedIpv6Addresses)
The new IPv6 addresses assigned to the network interface.
|
AssignIpv6AddressesResponse.Builder |
assignedIpv6Addresses(String... assignedIpv6Addresses)
The new IPv6 addresses assigned to the network interface.
|
AssignIpv6AddressesResponse.Builder |
assignedIpv6Prefixes(Collection<String> assignedIpv6Prefixes)
The IPv6 prefixes that are assigned to the network interface.
|
AssignIpv6AddressesResponse.Builder |
assignedIpv6Prefixes(String... assignedIpv6Prefixes)
The IPv6 prefixes that are assigned to the network interface.
|
AssignIpv6AddressesResponse.Builder |
networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
AssignIpv6AddressesResponse.Builder assignedIpv6Addresses(Collection<String> assignedIpv6Addresses)
The new IPv6 addresses assigned to the network interface. Existing IPv6 addresses that were assigned to the network interface before the request are not included.
assignedIpv6Addresses
- The new IPv6 addresses assigned to the network interface. Existing IPv6 addresses that were assigned
to the network interface before the request are not included.AssignIpv6AddressesResponse.Builder assignedIpv6Addresses(String... assignedIpv6Addresses)
The new IPv6 addresses assigned to the network interface. Existing IPv6 addresses that were assigned to the network interface before the request are not included.
assignedIpv6Addresses
- The new IPv6 addresses assigned to the network interface. Existing IPv6 addresses that were assigned
to the network interface before the request are not included.AssignIpv6AddressesResponse.Builder assignedIpv6Prefixes(Collection<String> assignedIpv6Prefixes)
The IPv6 prefixes that are assigned to the network interface.
assignedIpv6Prefixes
- The IPv6 prefixes that are assigned to the network interface.AssignIpv6AddressesResponse.Builder assignedIpv6Prefixes(String... assignedIpv6Prefixes)
The IPv6 prefixes that are assigned to the network interface.
assignedIpv6Prefixes
- The IPv6 prefixes that are assigned to the network interface.AssignIpv6AddressesResponse.Builder networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId
- The ID of the network interface.Copyright © 2023. All rights reserved.