Interface UnassignIpv6AddressesRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<UnassignIpv6AddressesRequest.Builder,,UnassignIpv6AddressesRequest> Ec2Request.Builder,SdkBuilder<UnassignIpv6AddressesRequest.Builder,,UnassignIpv6AddressesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 UnassignIpv6AddressesRequest
public static interface UnassignIpv6AddressesRequest.Builder
extends Ec2Request.Builder, SdkPojo, CopyableBuilder<UnassignIpv6AddressesRequest.Builder,UnassignIpv6AddressesRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionipv6Addresses(String... ipv6Addresses) The IPv6 addresses to unassign from the network interface.ipv6Addresses(Collection<String> ipv6Addresses) The IPv6 addresses to unassign from the network interface.ipv6Prefixes(String... ipv6Prefixes) The IPv6 prefixes to unassign from the network interface.ipv6Prefixes(Collection<String> ipv6Prefixes) The IPv6 prefixes to unassign from the network interface.networkInterfaceId(String networkInterfaceId) The ID of the network interface.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
ipv6Addresses
The IPv6 addresses to unassign from the network interface.
- Parameters:
 ipv6Addresses- The IPv6 addresses to unassign from the network interface.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
ipv6Addresses
The IPv6 addresses to unassign from the network interface.
- Parameters:
 ipv6Addresses- The IPv6 addresses to unassign from the network interface.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
ipv6Prefixes
The IPv6 prefixes to unassign from the network interface.
- Parameters:
 ipv6Prefixes- The IPv6 prefixes to unassign from the network interface.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
ipv6Prefixes
The IPv6 prefixes to unassign from the network interface.
- Parameters:
 ipv6Prefixes- The IPv6 prefixes to unassign from 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.
 
 - 
overrideConfiguration
UnassignIpv6AddressesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
UnassignIpv6AddressesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -