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