Interface AssignIpv6AddressesResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<AssignIpv6AddressesResponse.Builder,,AssignIpv6AddressesResponse> Ec2Response.Builder,SdkBuilder<AssignIpv6AddressesResponse.Builder,,AssignIpv6AddressesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 AssignIpv6AddressesResponse
public static interface AssignIpv6AddressesResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<AssignIpv6AddressesResponse.Builder,AssignIpv6AddressesResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionassignedIpv6Addresses(String... assignedIpv6Addresses) The new IPv6 addresses assigned to the network interface.assignedIpv6Addresses(Collection<String> assignedIpv6Addresses) The new IPv6 addresses assigned to the network interface.assignedIpv6Prefixes(String... assignedIpv6Prefixes) The IPv6 prefixes that are assigned to the network interface.assignedIpv6Prefixes(Collection<String> assignedIpv6Prefixes) The IPv6 prefixes that are assigned to the network interface.networkInterfaceId(String networkInterfaceId) The ID of the network interface.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
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.
- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.
- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
assignedIpv6Prefixes
The IPv6 prefixes that are assigned to the network interface.
- Parameters:
 assignedIpv6Prefixes- The IPv6 prefixes that are assigned to the network interface.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
assignedIpv6Prefixes
The IPv6 prefixes that are assigned to the network interface.
- Parameters:
 assignedIpv6Prefixes- The IPv6 prefixes that are assigned to the network interface.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
networkInterfaceId
The ID of the network interface.
- Parameters:
 networkInterfaceId- The ID of the network interface.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -