Interface AssignIpv6AddressesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssignIpv6AddressesRequest.Builder,,AssignIpv6AddressesRequest> Ec2Request.Builder,SdkBuilder<AssignIpv6AddressesRequest.Builder,,AssignIpv6AddressesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssignIpv6AddressesRequest
-
Method Summary
Modifier and TypeMethodDescriptionipv6AddressCount(Integer ipv6AddressCount) The number of additional IPv6 addresses to assign to the network interface.ipv6Addresses(String... ipv6Addresses) The IPv6 addresses to be assigned to the network interface.ipv6Addresses(Collection<String> ipv6Addresses) The IPv6 addresses to be assigned to the network interface.ipv6PrefixCount(Integer ipv6PrefixCount) The number of IPv6 prefixes that Amazon Web Services automatically assigns to the network interface.ipv6Prefixes(String... ipv6Prefixes) One or more IPv6 prefixes assigned to the network interface.ipv6Prefixes(Collection<String> ipv6Prefixes) One or more IPv6 prefixes assigned to the network interface.networkInterfaceId(String networkInterfaceId) The ID of the network interface.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) 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, sdkFieldNameToField, sdkFields
-
Method Details
-
ipv6PrefixCount
The number of IPv6 prefixes that Amazon Web Services automatically assigns to the network interface. You cannot use this option if you use the
Ipv6Prefixesoption.- Parameters:
ipv6PrefixCount- The number of IPv6 prefixes that Amazon Web Services automatically assigns to the network interface. You cannot use this option if you use theIpv6Prefixesoption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv6Prefixes
One or more IPv6 prefixes assigned to the network interface. You can't use this option if you use the
Ipv6PrefixCountoption.- Parameters:
ipv6Prefixes- One or more IPv6 prefixes assigned to the network interface. You can't use this option if you use theIpv6PrefixCountoption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv6Prefixes
One or more IPv6 prefixes assigned to the network interface. You can't use this option if you use the
Ipv6PrefixCountoption.- Parameters:
ipv6Prefixes- One or more IPv6 prefixes assigned to the network interface. You can't use this option if you use theIpv6PrefixCountoption.- 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.
-
ipv6Addresses
The IPv6 addresses to be assigned to the network interface. You can't use this option if you're specifying a number of IPv6 addresses.
- Parameters:
ipv6Addresses- The IPv6 addresses to be assigned to the network interface. You can't use this option if you're specifying a number of IPv6 addresses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv6Addresses
The IPv6 addresses to be assigned to the network interface. You can't use this option if you're specifying a number of IPv6 addresses.
- Parameters:
ipv6Addresses- The IPv6 addresses to be assigned to the network interface. You can't use this option if you're specifying a number of IPv6 addresses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv6AddressCount
The number of additional IPv6 addresses to assign to the network interface. The specified number of IPv6 addresses are assigned in addition to the existing IPv6 addresses that are already assigned to the network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses.
- Parameters:
ipv6AddressCount- The number of additional IPv6 addresses to assign to the network interface. The specified number of IPv6 addresses are assigned in addition to the existing IPv6 addresses that are already assigned to the network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssignIpv6AddressesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssignIpv6AddressesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-