public static interface UnassignIpv6AddressesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<UnassignIpv6AddressesRequest.Builder,UnassignIpv6AddressesRequest>
| Modifier and Type | Method and Description |
|---|---|
UnassignIpv6AddressesRequest.Builder |
ipv6Addresses(Collection<String> ipv6Addresses)
The IPv6 addresses to unassign from the network interface.
|
UnassignIpv6AddressesRequest.Builder |
ipv6Addresses(String... ipv6Addresses)
The IPv6 addresses to unassign from the network interface.
|
UnassignIpv6AddressesRequest.Builder |
networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
UnassignIpv6AddressesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UnassignIpv6AddressesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationcopyapplyMutation, buildUnassignIpv6AddressesRequest.Builder ipv6Addresses(Collection<String> ipv6Addresses)
The IPv6 addresses to unassign from the network interface.
ipv6Addresses - The IPv6 addresses to unassign from the network interface.UnassignIpv6AddressesRequest.Builder ipv6Addresses(String... ipv6Addresses)
The IPv6 addresses to unassign from the network interface.
ipv6Addresses - The IPv6 addresses to unassign from the network interface.UnassignIpv6AddressesRequest.Builder networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId - The ID of the network interface.UnassignIpv6AddressesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUnassignIpv6AddressesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.