Interface CreateNetworkInterfaceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateNetworkInterfaceRequest.Builder,
,CreateNetworkInterfaceRequest> Ec2Request.Builder
,SdkBuilder<CreateNetworkInterfaceRequest.Builder,
,CreateNetworkInterfaceRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateNetworkInterfaceRequest
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.description
(String description) A description for the network interface.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.enablePrimaryIpv6
(Boolean enablePrimaryIpv6) If you’re creating a network interface in a dual-stack or IPv6-only subnet, you have the option to assign a primary IPv6 IP address.The IDs of one or more security groups.groups
(Collection<String> groups) The IDs of one or more security groups.interfaceType
(String interfaceType) The type of network interface.interfaceType
(NetworkInterfaceCreationType interfaceType) The type of network interface.ipv4PrefixCount
(Integer ipv4PrefixCount) The number of IPv4 prefixes that Amazon Web Services automatically assigns to the network interface.ipv4Prefixes
(Collection<Ipv4PrefixSpecificationRequest> ipv4Prefixes) The IPv4 prefixes assigned to the network interface.ipv4Prefixes
(Consumer<Ipv4PrefixSpecificationRequest.Builder>... ipv4Prefixes) The IPv4 prefixes assigned to the network interface.ipv4Prefixes
(Ipv4PrefixSpecificationRequest... ipv4Prefixes) The IPv4 prefixes assigned to the network interface.ipv6AddressCount
(Integer ipv6AddressCount) The number of IPv6 addresses to assign to a network interface.ipv6Addresses
(Collection<InstanceIpv6Address> ipv6Addresses) The IPv6 addresses from the IPv6 CIDR block range of your subnet.ipv6Addresses
(Consumer<InstanceIpv6Address.Builder>... ipv6Addresses) The IPv6 addresses from the IPv6 CIDR block range of your subnet.ipv6Addresses
(InstanceIpv6Address... ipv6Addresses) The IPv6 addresses from the IPv6 CIDR block range of your subnet.ipv6PrefixCount
(Integer ipv6PrefixCount) The number of IPv6 prefixes that Amazon Web Services automatically assigns to the network interface.ipv6Prefixes
(Collection<Ipv6PrefixSpecificationRequest> ipv6Prefixes) The IPv6 prefixes assigned to the network interface.ipv6Prefixes
(Consumer<Ipv6PrefixSpecificationRequest.Builder>... ipv6Prefixes) The IPv6 prefixes assigned to the network interface.ipv6Prefixes
(Ipv6PrefixSpecificationRequest... ipv6Prefixes) The IPv6 prefixes assigned to the network interface.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.privateIpAddress
(String privateIpAddress) The primary private IPv4 address of the network interface.privateIpAddresses
(Collection<PrivateIpAddressSpecification> privateIpAddresses) The private IPv4 addresses.privateIpAddresses
(Consumer<PrivateIpAddressSpecification.Builder>... privateIpAddresses) The private IPv4 addresses.privateIpAddresses
(PrivateIpAddressSpecification... privateIpAddresses) The private IPv4 addresses.secondaryPrivateIpAddressCount
(Integer secondaryPrivateIpAddressCount) The number of secondary private IPv4 addresses to assign to a network interface.The ID of the subnet to associate with the network interface.tagSpecifications
(Collection<TagSpecification> tagSpecifications) The tags to apply to the new network interface.tagSpecifications
(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the new network interface.tagSpecifications
(TagSpecification... tagSpecifications) The tags to apply to the new network interface.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
description
A description for the network interface.
- Parameters:
description
- A description for the network interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dryRun
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.- Parameters:
dryRun
- Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response isDryRunOperation
. Otherwise, it isUnauthorizedOperation
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groups
The IDs of one or more security groups.
- Parameters:
groups
- The IDs of one or more security groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groups
The IDs of one or more security groups.
- Parameters:
groups
- The IDs of one or more security groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv6Addresses
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 viaInstanceIpv6Address.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toipv6Addresses(List<InstanceIpv6Address>)
.- Parameters:
ipv6Addresses
- a consumer that will call methods onInstanceIpv6Address.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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).- Parameters:
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 inprivateIpAddresses
as primary (only one IP address can be designated as primary).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privateIpAddresses
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privateIpAddresses
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privateIpAddresses
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 viaPrivateIpAddressSpecification.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toprivateIpAddresses(List<PrivateIpAddressSpecification>)
.- Parameters:
privateIpAddresses
- a consumer that will call methods onPrivateIpAddressSpecification.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
secondaryPrivateIpAddressCount
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.
- Parameters:
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 usingprivateIpAddresses
.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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv4Prefixes
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv4Prefixes
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 viaIpv4PrefixSpecificationRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toipv4Prefixes(List<Ipv4PrefixSpecificationRequest>)
.- Parameters:
ipv4Prefixes
- a consumer that will call methods onIpv4PrefixSpecificationRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv6Prefixes
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv6Prefixes
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 viaIpv6PrefixSpecificationRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toipv6Prefixes(List<Ipv6PrefixSpecificationRequest>)
.- Parameters:
ipv6Prefixes
- a consumer that will call methods onIpv6PrefixSpecificationRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
interfaceType
The type of network interface. The default is
interface
.The only supported values are
interface
,efa
, andtrunk
.- Parameters:
interfaceType
- The type of network interface. The default isinterface
.The only supported values are
interface
,efa
, andtrunk
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
interfaceType
The type of network interface. The default is
interface
.The only supported values are
interface
,efa
, andtrunk
.- Parameters:
interfaceType
- The type of network interface. The default isinterface
.The only supported values are
interface
,efa
, andtrunk
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
subnetId
The ID of the subnet to associate with the network interface.
- Parameters:
subnetId
- The ID of the subnet to associate with the network interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagSpecifications
CreateNetworkInterfaceRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the new network interface.
- Parameters:
tagSpecifications
- The tags to apply to the new network interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagSpecifications
The tags to apply to the new network interface.
- Parameters:
tagSpecifications
- The tags to apply to the new network interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagSpecifications
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 viaTagSpecification.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totagSpecifications(List<TagSpecification>)
.- Parameters:
tagSpecifications
- a consumer that will call methods onTagSpecification.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clientToken
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.
- Parameters:
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enablePrimaryIpv6
If you’re creating a network interface in a dual-stack or IPv6-only subnet, you have the option to assign a primary IPv6 IP address. A primary IPv6 address is an IPv6 GUA address associated with an ENI that you have enabled to use a primary IPv6 address. Use this option if the instance that this ENI will be attached to relies on its IPv6 address not changing. Amazon Web Services will automatically assign an IPv6 address associated with the ENI attached to your instance to be the primary IPv6 address. Once you enable an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. If you have multiple IPv6 addresses associated with an ENI attached to your instance and you enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI becomes the primary IPv6 address.
- Parameters:
enablePrimaryIpv6
- If you’re creating a network interface in a dual-stack or IPv6-only subnet, you have the option to assign a primary IPv6 IP address. A primary IPv6 address is an IPv6 GUA address associated with an ENI that you have enabled to use a primary IPv6 address. Use this option if the instance that this ENI will be attached to relies on its IPv6 address not changing. Amazon Web Services will automatically assign an IPv6 address associated with the ENI attached to your instance to be the primary IPv6 address. Once you enable an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. If you have multiple IPv6 addresses associated with an ENI attached to your instance and you enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI becomes the primary IPv6 address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateNetworkInterfaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateNetworkInterfaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-