public static interface UnassignIpv6AddressesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<UnassignIpv6AddressesRequest.Builder,UnassignIpv6AddressesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 ipv6Prefixes(Collection<String> ipv6Prefixes)
One or more IPv6 prefixes to unassign from the network interface.
ipv6Prefixes - One or more IPv6 prefixes to unassign from the network interface.UnassignIpv6AddressesRequest.Builder ipv6Prefixes(String... ipv6Prefixes)
One or more IPv6 prefixes to unassign from the network interface.
ipv6Prefixes - One or more IPv6 prefixes 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 © 2022. All rights reserved.