| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.associateCarrierIpAddress(Boolean associateCarrierIpAddress)
Indicates whether to assign a carrier IP address to the network interface.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.associatePublicIpAddress(Boolean associatePublicIpAddress)
Indicates whether to assign a public IPv4 address to an instance you launch in a VPC.
|
static InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.builder() |
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.deleteOnTermination(Boolean deleteOnTermination)
If set to
true, the interface is deleted when the instance is terminated. |
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.description(String description)
The description of the network interface.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.deviceIndex(Integer deviceIndex)
The position of the network interface in the attachment order.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.groups(Collection<String> groups)
The IDs of the security groups for the network interface.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.groups(String... groups)
The IDs of the security groups for the network interface.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.interfaceType(String interfaceType)
The type of network interface.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.ipv4PrefixCount(Integer ipv4PrefixCount)
The number of IPv4 delegated prefixes to be automatically assigned to the network interface.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.ipv4Prefixes(Collection<Ipv4PrefixSpecificationRequest> ipv4Prefixes)
The IPv4 delegated prefixes to be assigned to the network interface.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.ipv4Prefixes(Consumer<Ipv4PrefixSpecificationRequest.Builder>... ipv4Prefixes)
The IPv4 delegated prefixes to be assigned to the network interface.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.ipv4Prefixes(Ipv4PrefixSpecificationRequest... ipv4Prefixes)
The IPv4 delegated prefixes to be assigned to the network interface.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.ipv6AddressCount(Integer ipv6AddressCount)
A number of IPv6 addresses to assign to the network interface.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.ipv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses)
The IPv6 addresses to assign to the network interface.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.ipv6Addresses(Consumer<InstanceIpv6Address.Builder>... ipv6Addresses)
The IPv6 addresses to assign to the network interface.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.ipv6Addresses(InstanceIpv6Address... ipv6Addresses)
The IPv6 addresses to assign to the network interface.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.ipv6PrefixCount(Integer ipv6PrefixCount)
The number of IPv6 delegated prefixes to be automatically assigned to the network interface.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.ipv6Prefixes(Collection<Ipv6PrefixSpecificationRequest> ipv6Prefixes)
The IPv6 delegated prefixes to be assigned to the network interface.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.ipv6Prefixes(Consumer<Ipv6PrefixSpecificationRequest.Builder>... ipv6Prefixes)
The IPv6 delegated prefixes to be assigned to the network interface.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.ipv6Prefixes(Ipv6PrefixSpecificationRequest... ipv6Prefixes)
The IPv6 delegated prefixes to be assigned to the network interface.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.networkCardIndex(Integer networkCardIndex)
The index of the network card.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.privateIpAddress(String privateIpAddress)
The private IPv4 address of the network interface.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.privateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
The private IPv4 addresses to assign to the network interface.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.privateIpAddresses(Consumer<PrivateIpAddressSpecification.Builder>... privateIpAddresses)
The private IPv4 addresses to assign to the network interface.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.privateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)
The private IPv4 addresses to assign to the network interface.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.secondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressCount)
The number of secondary private IPv4 addresses.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.Builder.subnetId(String subnetId)
The ID of the subnet associated with the network interface.
|
InstanceNetworkInterfaceSpecification.Builder |
InstanceNetworkInterfaceSpecification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstanceNetworkInterfaceSpecification.Builder> |
InstanceNetworkInterfaceSpecification.serializableBuilderClass() |
Copyright © 2023. All rights reserved.