Package | Description |
---|---|
software.amazon.awssdk.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Address.Builder |
Address.Builder.allocationId(String allocationId)
The ID representing the allocation of the address for use with EC2-VPC.
|
Address.Builder |
Address.Builder.associationId(String associationId)
The ID representing the association of the address with an instance in a VPC.
|
static Address.Builder |
Address.builder() |
Address.Builder |
Address.Builder.customerOwnedIp(String customerOwnedIp)
The customer-owned IP address.
|
Address.Builder |
Address.Builder.customerOwnedIpv4Pool(String customerOwnedIpv4Pool)
The ID of the customer-owned address pool.
|
Address.Builder |
Address.Builder.domain(DomainType domain)
Indicates whether this Elastic IP address is for use with instances in EC2-Classic (
standard ) or
instances in a VPC (vpc ). |
Address.Builder |
Address.Builder.domain(String domain)
Indicates whether this Elastic IP address is for use with instances in EC2-Classic (
standard ) or
instances in a VPC (vpc ). |
Address.Builder |
Address.Builder.instanceId(String instanceId)
The ID of the instance that the address is associated with (if any).
|
Address.Builder |
Address.Builder.networkBorderGroup(String networkBorderGroup)
The name of the location from which the IP address is advertised.
|
Address.Builder |
Address.Builder.networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
Address.Builder |
Address.Builder.networkInterfaceOwnerId(String networkInterfaceOwnerId)
The ID of the AWS account that owns the network interface.
|
Address.Builder |
Address.Builder.privateIpAddress(String privateIpAddress)
The private IP address associated with the Elastic IP address.
|
Address.Builder |
Address.Builder.publicIp(String publicIp)
The Elastic IP address.
|
Address.Builder |
Address.Builder.publicIpv4Pool(String publicIpv4Pool)
The ID of an address pool.
|
Address.Builder |
Address.Builder.tags(Collection<Tag> tags)
Any tags assigned to the Elastic IP address.
|
Address.Builder |
Address.Builder.tags(Consumer<Tag.Builder>... tags)
Any tags assigned to the Elastic IP address.
|
Address.Builder |
Address.Builder.tags(Tag... tags)
Any tags assigned to the Elastic IP address.
|
Address.Builder |
Address.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends Address.Builder> |
Address.serializableBuilderClass() |
Copyright © 2020. All rights reserved.