| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder |
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.associateCarrierIpAddress(Boolean associateCarrierIpAddress)
Indicates whether to associate a Carrier IP address with eth0 for a new network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder |
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.associatePublicIpAddress(Boolean associatePublicIpAddress)
Indicates whether to associate a public IPv4 address with eth0 for a new network interface.
|
static LaunchTemplateInstanceNetworkInterfaceSpecification.Builder |
LaunchTemplateInstanceNetworkInterfaceSpecification.builder() |
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder |
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.deleteOnTermination(Boolean deleteOnTermination)
Indicates whether the network interface is deleted when the instance is terminated.
|
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder |
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.description(String description)
A description for the network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder |
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.deviceIndex(Integer deviceIndex)
The device index for the network interface attachment.
|
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder |
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.groups(Collection<String> groups)
The IDs of one or more security groups.
|
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder |
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.groups(String... groups)
The IDs of one or more security groups.
|
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder |
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.interfaceType(String interfaceType)
The type of network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder |
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.ipv6AddressCount(Integer ipv6AddressCount)
The number of IPv6 addresses for the network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder |
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.ipv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses)
The IPv6 addresses for the network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder |
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.ipv6Addresses(Consumer<InstanceIpv6Address.Builder>... ipv6Addresses)
The IPv6 addresses for the network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder |
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.ipv6Addresses(InstanceIpv6Address... ipv6Addresses)
The IPv6 addresses for the network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder |
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.networkCardIndex(Integer networkCardIndex)
The index of the network card.
|
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder |
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder |
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.privateIpAddress(String privateIpAddress)
The primary private IPv4 address of the network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder |
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.privateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
One or more private IPv4 addresses.
|
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder |
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.privateIpAddresses(Consumer<PrivateIpAddressSpecification.Builder>... privateIpAddresses)
One or more private IPv4 addresses.
|
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder |
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.privateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)
One or more private IPv4 addresses.
|
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder |
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.secondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressCount)
The number of secondary private IPv4 addresses for the network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder |
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder.subnetId(String subnetId)
The ID of the subnet for the network interface.
|
LaunchTemplateInstanceNetworkInterfaceSpecification.Builder |
LaunchTemplateInstanceNetworkInterfaceSpecification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LaunchTemplateInstanceNetworkInterfaceSpecification.Builder> |
LaunchTemplateInstanceNetworkInterfaceSpecification.serializableBuilderClass() |
Copyright © 2020. All rights reserved.