CopyableBuilder<Address.Builder,Address>
, SdkBuilder<Address.Builder,Address>
public static interface Address.Builder extends CopyableBuilder<Address.Builder,Address>
Modifier and Type | Method | Description |
---|---|---|
Address.Builder |
allocationId(String allocationId) |
The ID representing the allocation of the address for use with EC2-VPC.
|
Address.Builder |
associationId(String associationId) |
The ID representing the association of the address with an instance in a VPC.
|
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 |
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 |
instanceId(String instanceId) |
The ID of the instance that the address is associated with (if any).
|
Address.Builder |
networkInterfaceId(String networkInterfaceId) |
The ID of the network interface.
|
Address.Builder |
networkInterfaceOwnerId(String networkInterfaceOwnerId) |
The ID of the AWS account that owns the network interface.
|
Address.Builder |
privateIpAddress(String privateIpAddress) |
The private IP address associated with the Elastic IP address.
|
Address.Builder |
publicIp(String publicIp) |
The Elastic IP address.
|
copy
apply, build
Address.Builder instanceId(String instanceId)
The ID of the instance that the address is associated with (if any).
instanceId
- The ID of the instance that the address is associated with (if any).Address.Builder publicIp(String publicIp)
The Elastic IP address.
publicIp
- The Elastic IP address.Address.Builder allocationId(String allocationId)
The ID representing the allocation of the address for use with EC2-VPC.
allocationId
- The ID representing the allocation of the address for use with EC2-VPC.Address.Builder associationId(String associationId)
The ID representing the association of the address with an instance in a VPC.
associationId
- The ID representing the association of the address with an instance in a VPC.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
).
domain
- Indicates whether this Elastic IP address is for use with instances in EC2-Classic (
standard
) or instances in a VPC (vpc
).DomainType
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
).
domain
- Indicates whether this Elastic IP address is for use with instances in EC2-Classic (
standard
) or instances in a VPC (vpc
).DomainType
Address.Builder networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId
- The ID of the network interface.Address.Builder networkInterfaceOwnerId(String networkInterfaceOwnerId)
The ID of the AWS account that owns the network interface.
networkInterfaceOwnerId
- The ID of the AWS account that owns the network interface.Address.Builder privateIpAddress(String privateIpAddress)
The private IP address associated with the Elastic IP address.
privateIpAddress
- The private IP address associated with the Elastic IP address.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.