Interface UnassignIpv6AddressesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UnassignIpv6AddressesResponse.Builder,
,UnassignIpv6AddressesResponse> Ec2Response.Builder
,SdkBuilder<UnassignIpv6AddressesResponse.Builder,
,UnassignIpv6AddressesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UnassignIpv6AddressesResponse
public static interface UnassignIpv6AddressesResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<UnassignIpv6AddressesResponse.Builder,UnassignIpv6AddressesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionnetworkInterfaceId
(String networkInterfaceId) The ID of the network interface.unassignedIpv6Addresses
(String... unassignedIpv6Addresses) The IPv6 addresses that have been unassigned from the network interface.unassignedIpv6Addresses
(Collection<String> unassignedIpv6Addresses) The IPv6 addresses that have been unassigned from the network interface.unassignedIpv6Prefixes
(String... unassignedIpv6Prefixes) The IPv4 prefixes that have been unassigned from the network interface.unassignedIpv6Prefixes
(Collection<String> unassignedIpv6Prefixes) The IPv4 prefixes that have been unassigned from the network interface.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.
-
unassignedIpv6Addresses
UnassignIpv6AddressesResponse.Builder unassignedIpv6Addresses(Collection<String> unassignedIpv6Addresses) The IPv6 addresses that have been unassigned from the network interface.
- Parameters:
unassignedIpv6Addresses
- The IPv6 addresses that have been unassigned from the network interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unassignedIpv6Addresses
The IPv6 addresses that have been unassigned from the network interface.
- Parameters:
unassignedIpv6Addresses
- The IPv6 addresses that have been unassigned from the network interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unassignedIpv6Prefixes
UnassignIpv6AddressesResponse.Builder unassignedIpv6Prefixes(Collection<String> unassignedIpv6Prefixes) The IPv4 prefixes that have been unassigned from the network interface.
- Parameters:
unassignedIpv6Prefixes
- The IPv4 prefixes that have been unassigned from the network interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unassignedIpv6Prefixes
The IPv4 prefixes that have been unassigned from the network interface.
- Parameters:
unassignedIpv6Prefixes
- The IPv4 prefixes that have been unassigned from the network interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-