public static interface AwsEc2EipDetails.Builder extends SdkPojo, CopyableBuilder<AwsEc2EipDetails.Builder,AwsEc2EipDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEc2EipDetails.Builder |
allocationId(String allocationId)
The identifier that Amazon Web Services assigns to represent the allocation of the Elastic IP address for use
with Amazon VPC.
|
AwsEc2EipDetails.Builder |
associationId(String associationId)
The identifier that represents the association of the Elastic IP address with an EC2 instance.
|
AwsEc2EipDetails.Builder |
domain(String domain)
The domain in which to allocate the address.
|
AwsEc2EipDetails.Builder |
instanceId(String instanceId)
The identifier of the EC2 instance.
|
AwsEc2EipDetails.Builder |
networkBorderGroup(String networkBorderGroup)
The name of the location from which the Elastic IP address is advertised.
|
AwsEc2EipDetails.Builder |
networkInterfaceId(String networkInterfaceId)
The identifier of the network interface.
|
AwsEc2EipDetails.Builder |
networkInterfaceOwnerId(String networkInterfaceOwnerId)
The Amazon Web Services account ID of the owner of the network interface.
|
AwsEc2EipDetails.Builder |
privateIpAddress(String privateIpAddress)
The private IP address that is associated with the Elastic IP address.
|
AwsEc2EipDetails.Builder |
publicIp(String publicIp)
A public IP address that is associated with the EC2 instance.
|
AwsEc2EipDetails.Builder |
publicIpv4Pool(String publicIpv4Pool)
The identifier of an IP address pool.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEc2EipDetails.Builder instanceId(String instanceId)
The identifier of the EC2 instance.
instanceId - The identifier of the EC2 instance.AwsEc2EipDetails.Builder publicIp(String publicIp)
A public IP address that is associated with the EC2 instance.
publicIp - A public IP address that is associated with the EC2 instance.AwsEc2EipDetails.Builder allocationId(String allocationId)
The identifier that Amazon Web Services assigns to represent the allocation of the Elastic IP address for use with Amazon VPC.
allocationId - The identifier that Amazon Web Services assigns to represent the allocation of the Elastic IP address
for use with Amazon VPC.AwsEc2EipDetails.Builder associationId(String associationId)
The identifier that represents the association of the Elastic IP address with an EC2 instance.
associationId - The identifier that represents the association of the Elastic IP address with an EC2 instance.AwsEc2EipDetails.Builder domain(String domain)
The domain in which to allocate the address.
If the address is for use with EC2 instances in a VPC, then Domain is vpc.
Otherwise, Domain is standard.
domain - The domain in which to allocate the address.
If the address is for use with EC2 instances in a VPC, then Domain is vpc.
Otherwise, Domain is standard.
AwsEc2EipDetails.Builder publicIpv4Pool(String publicIpv4Pool)
The identifier of an IP address pool. This parameter allows Amazon EC2 to select an IP address from the address pool.
publicIpv4Pool - The identifier of an IP address pool. This parameter allows Amazon EC2 to select an IP address from
the address pool.AwsEc2EipDetails.Builder networkBorderGroup(String networkBorderGroup)
The name of the location from which the Elastic IP address is advertised.
networkBorderGroup - The name of the location from which the Elastic IP address is advertised.AwsEc2EipDetails.Builder networkInterfaceId(String networkInterfaceId)
The identifier of the network interface.
networkInterfaceId - The identifier of the network interface.AwsEc2EipDetails.Builder networkInterfaceOwnerId(String networkInterfaceOwnerId)
The Amazon Web Services account ID of the owner of the network interface.
networkInterfaceOwnerId - The Amazon Web Services account ID of the owner of the network interface.AwsEc2EipDetails.Builder privateIpAddress(String privateIpAddress)
The private IP address that is associated with the Elastic IP address.
privateIpAddress - The private IP address that is associated with the Elastic IP address.Copyright © 2023. All rights reserved.