public static interface CreateNetworkInterfaceRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateNetworkInterfaceRequest.Builder,CreateNetworkInterfaceRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateNetworkInterfaceRequest.Builder description(String description)
A description for the network interface.
description - A description for the network interface.CreateNetworkInterfaceRequest.Builder groups(Collection<String> groups)
The IDs of one or more security groups.
groups - The IDs of one or more security groups.CreateNetworkInterfaceRequest.Builder groups(String... groups)
The IDs of one or more security groups.
groups - The IDs of one or more security groups.CreateNetworkInterfaceRequest.Builder ipv6AddressCount(Integer ipv6AddressCount)
The number of IPv6 addresses to assign to a network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range.
You can't specify a count of IPv6 addresses using this parameter if you've specified one of the following: specific IPv6 addresses, specific IPv6 prefixes, or a count of IPv6 prefixes.
If your subnet has the AssignIpv6AddressOnCreation attribute set, you can override that setting
by specifying 0 as the IPv6 address count.
ipv6AddressCount - The number of IPv6 addresses to assign to a network interface. Amazon EC2 automatically selects the
IPv6 addresses from the subnet range.
You can't specify a count of IPv6 addresses using this parameter if you've specified one of the following: specific IPv6 addresses, specific IPv6 prefixes, or a count of IPv6 prefixes.
If your subnet has the AssignIpv6AddressOnCreation attribute set, you can override that
setting by specifying 0 as the IPv6 address count.
CreateNetworkInterfaceRequest.Builder ipv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses)
The IPv6 addresses from the IPv6 CIDR block range of your subnet.
You can't specify IPv6 addresses using this parameter if you've specified one of the following: a count of IPv6 addresses, specific IPv6 prefixes, or a count of IPv6 prefixes.
ipv6Addresses - The IPv6 addresses from the IPv6 CIDR block range of your subnet.
You can't specify IPv6 addresses using this parameter if you've specified one of the following: a count of IPv6 addresses, specific IPv6 prefixes, or a count of IPv6 prefixes.
CreateNetworkInterfaceRequest.Builder ipv6Addresses(InstanceIpv6Address... ipv6Addresses)
The IPv6 addresses from the IPv6 CIDR block range of your subnet.
You can't specify IPv6 addresses using this parameter if you've specified one of the following: a count of IPv6 addresses, specific IPv6 prefixes, or a count of IPv6 prefixes.
ipv6Addresses - The IPv6 addresses from the IPv6 CIDR block range of your subnet.
You can't specify IPv6 addresses using this parameter if you've specified one of the following: a count of IPv6 addresses, specific IPv6 prefixes, or a count of IPv6 prefixes.
CreateNetworkInterfaceRequest.Builder ipv6Addresses(Consumer<InstanceIpv6Address.Builder>... ipv6Addresses)
The IPv6 addresses from the IPv6 CIDR block range of your subnet.
You can't specify IPv6 addresses using this parameter if you've specified one of the following: a count of IPv6 addresses, specific IPv6 prefixes, or a count of IPv6 prefixes.
This is a convenience method that creates an instance of theInstanceIpv6Address.Builder avoiding the need to create one
manually via InstanceIpv6Address.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #ipv6Addresses(List.
ipv6Addresses - a consumer that will call methods on
InstanceIpv6Address.Builder#ipv6Addresses(java.util.Collection) CreateNetworkInterfaceRequest.Builder privateIpAddress(String privateIpAddress)
The primary private IPv4 address of the network interface. If you don't specify an IPv4 address, Amazon EC2
selects one for you from the subnet's IPv4 CIDR range. If you specify an IP address, you cannot indicate any
IP addresses specified in privateIpAddresses as primary (only one IP address can be designated
as primary).
privateIpAddress - The primary private IPv4 address of the network interface. If you don't specify an IPv4 address,
Amazon EC2 selects one for you from the subnet's IPv4 CIDR range. If you specify an IP address, you
cannot indicate any IP addresses specified in privateIpAddresses as primary (only one IP
address can be designated as primary).CreateNetworkInterfaceRequest.Builder privateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
The private IPv4 addresses.
You can't specify private IPv4 addresses if you've specified one of the following: a count of private IPv4 addresses, specific IPv4 prefixes, or a count of IPv4 prefixes.
privateIpAddresses - The private IPv4 addresses.
You can't specify private IPv4 addresses if you've specified one of the following: a count of private IPv4 addresses, specific IPv4 prefixes, or a count of IPv4 prefixes.
CreateNetworkInterfaceRequest.Builder privateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)
The private IPv4 addresses.
You can't specify private IPv4 addresses if you've specified one of the following: a count of private IPv4 addresses, specific IPv4 prefixes, or a count of IPv4 prefixes.
privateIpAddresses - The private IPv4 addresses.
You can't specify private IPv4 addresses if you've specified one of the following: a count of private IPv4 addresses, specific IPv4 prefixes, or a count of IPv4 prefixes.
CreateNetworkInterfaceRequest.Builder privateIpAddresses(Consumer<PrivateIpAddressSpecification.Builder>... privateIpAddresses)
The private IPv4 addresses.
You can't specify private IPv4 addresses if you've specified one of the following: a count of private IPv4 addresses, specific IPv4 prefixes, or a count of IPv4 prefixes.
This is a convenience method that creates an instance of thePrivateIpAddressSpecification.Builder avoiding the need to
create one manually via
PrivateIpAddressSpecification.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #privateIpAddresses(List.
privateIpAddresses - a consumer that will call methods on
PrivateIpAddressSpecification.Builder#privateIpAddresses(java.util.Collection) CreateNetworkInterfaceRequest.Builder secondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressCount)
The number of secondary private IPv4 addresses to assign to a network interface. When you specify a number of
secondary IPv4 addresses, Amazon EC2 selects these IP addresses within the subnet's IPv4 CIDR range. You
can't specify this option and specify more than one private IP address using privateIpAddresses.
You can't specify a count of private IPv4 addresses if you've specified one of the following: specific private IPv4 addresses, specific IPv4 prefixes, or a count of IPv4 prefixes.
secondaryPrivateIpAddressCount - The number of secondary private IPv4 addresses to assign to a network interface. When you specify a
number of secondary IPv4 addresses, Amazon EC2 selects these IP addresses within the subnet's IPv4
CIDR range. You can't specify this option and specify more than one private IP address using
privateIpAddresses.
You can't specify a count of private IPv4 addresses if you've specified one of the following: specific private IPv4 addresses, specific IPv4 prefixes, or a count of IPv4 prefixes.
CreateNetworkInterfaceRequest.Builder ipv4Prefixes(Collection<Ipv4PrefixSpecificationRequest> ipv4Prefixes)
The IPv4 prefixes assigned to the network interface.
You can't specify IPv4 prefixes if you've specified one of the following: a count of IPv4 prefixes, specific private IPv4 addresses, or a count of private IPv4 addresses.
ipv4Prefixes - The IPv4 prefixes assigned to the network interface.
You can't specify IPv4 prefixes if you've specified one of the following: a count of IPv4 prefixes, specific private IPv4 addresses, or a count of private IPv4 addresses.
CreateNetworkInterfaceRequest.Builder ipv4Prefixes(Ipv4PrefixSpecificationRequest... ipv4Prefixes)
The IPv4 prefixes assigned to the network interface.
You can't specify IPv4 prefixes if you've specified one of the following: a count of IPv4 prefixes, specific private IPv4 addresses, or a count of private IPv4 addresses.
ipv4Prefixes - The IPv4 prefixes assigned to the network interface.
You can't specify IPv4 prefixes if you've specified one of the following: a count of IPv4 prefixes, specific private IPv4 addresses, or a count of private IPv4 addresses.
CreateNetworkInterfaceRequest.Builder ipv4Prefixes(Consumer<Ipv4PrefixSpecificationRequest.Builder>... ipv4Prefixes)
The IPv4 prefixes assigned to the network interface.
You can't specify IPv4 prefixes if you've specified one of the following: a count of IPv4 prefixes, specific private IPv4 addresses, or a count of private IPv4 addresses.
This is a convenience method that creates an instance of theIpv4PrefixSpecificationRequest.Builder avoiding the need to
create one manually via
Ipv4PrefixSpecificationRequest.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #ipv4Prefixes(List.
ipv4Prefixes - a consumer that will call methods on
Ipv4PrefixSpecificationRequest.Builder#ipv4Prefixes(java.util.Collection) CreateNetworkInterfaceRequest.Builder ipv4PrefixCount(Integer ipv4PrefixCount)
The number of IPv4 prefixes that Amazon Web Services automatically assigns to the network interface.
You can't specify a count of IPv4 prefixes if you've specified one of the following: specific IPv4 prefixes, specific private IPv4 addresses, or a count of private IPv4 addresses.
ipv4PrefixCount - The number of IPv4 prefixes that Amazon Web Services automatically assigns to the network
interface.
You can't specify a count of IPv4 prefixes if you've specified one of the following: specific IPv4 prefixes, specific private IPv4 addresses, or a count of private IPv4 addresses.
CreateNetworkInterfaceRequest.Builder ipv6Prefixes(Collection<Ipv6PrefixSpecificationRequest> ipv6Prefixes)
The IPv6 prefixes assigned to the network interface.
You can't specify IPv6 prefixes if you've specified one of the following: a count of IPv6 prefixes, specific IPv6 addresses, or a count of IPv6 addresses.
ipv6Prefixes - The IPv6 prefixes assigned to the network interface.
You can't specify IPv6 prefixes if you've specified one of the following: a count of IPv6 prefixes, specific IPv6 addresses, or a count of IPv6 addresses.
CreateNetworkInterfaceRequest.Builder ipv6Prefixes(Ipv6PrefixSpecificationRequest... ipv6Prefixes)
The IPv6 prefixes assigned to the network interface.
You can't specify IPv6 prefixes if you've specified one of the following: a count of IPv6 prefixes, specific IPv6 addresses, or a count of IPv6 addresses.
ipv6Prefixes - The IPv6 prefixes assigned to the network interface.
You can't specify IPv6 prefixes if you've specified one of the following: a count of IPv6 prefixes, specific IPv6 addresses, or a count of IPv6 addresses.
CreateNetworkInterfaceRequest.Builder ipv6Prefixes(Consumer<Ipv6PrefixSpecificationRequest.Builder>... ipv6Prefixes)
The IPv6 prefixes assigned to the network interface.
You can't specify IPv6 prefixes if you've specified one of the following: a count of IPv6 prefixes, specific IPv6 addresses, or a count of IPv6 addresses.
This is a convenience method that creates an instance of theIpv6PrefixSpecificationRequest.Builder avoiding the need to
create one manually via
Ipv6PrefixSpecificationRequest.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #ipv6Prefixes(List.
ipv6Prefixes - a consumer that will call methods on
Ipv6PrefixSpecificationRequest.Builder#ipv6Prefixes(java.util.Collection) CreateNetworkInterfaceRequest.Builder ipv6PrefixCount(Integer ipv6PrefixCount)
The number of IPv6 prefixes that Amazon Web Services automatically assigns to the network interface.
You can't specify a count of IPv6 prefixes if you've specified one of the following: specific IPv6 prefixes, specific IPv6 addresses, or a count of IPv6 addresses.
ipv6PrefixCount - The number of IPv6 prefixes that Amazon Web Services automatically assigns to the network
interface.
You can't specify a count of IPv6 prefixes if you've specified one of the following: specific IPv6 prefixes, specific IPv6 addresses, or a count of IPv6 addresses.
CreateNetworkInterfaceRequest.Builder interfaceType(String interfaceType)
The type of network interface. The default is interface.
The only supported values are efa and trunk.
interfaceType - The type of network interface. The default is interface.
The only supported values are efa and trunk.
NetworkInterfaceCreationType,
NetworkInterfaceCreationTypeCreateNetworkInterfaceRequest.Builder interfaceType(NetworkInterfaceCreationType interfaceType)
The type of network interface. The default is interface.
The only supported values are efa and trunk.
interfaceType - The type of network interface. The default is interface.
The only supported values are efa and trunk.
NetworkInterfaceCreationType,
NetworkInterfaceCreationTypeCreateNetworkInterfaceRequest.Builder subnetId(String subnetId)
The ID of the subnet to associate with the network interface.
subnetId - The ID of the subnet to associate with the network interface.CreateNetworkInterfaceRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the new network interface.
tagSpecifications - The tags to apply to the new network interface.CreateNetworkInterfaceRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the new network interface.
tagSpecifications - The tags to apply to the new network interface.CreateNetworkInterfaceRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to apply to the new network interface.
This is a convenience method that creates an instance of theTagSpecification.Builder avoiding the need to create one
manually via TagSpecification.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tagSpecifications(List.
tagSpecifications - a consumer that will call methods on
TagSpecification.Builder#tagSpecifications(java.util.Collection) CreateNetworkInterfaceRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see Ensuring
Idempotency.CreateNetworkInterfaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateNetworkInterfaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.