public static interface LoadBalancerAddress.Builder extends CopyableBuilder<LoadBalancerAddress.Builder,LoadBalancerAddress>
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerAddress.Builder |
allocationId(String allocationId)
[Network Load Balancers] The allocation ID of the Elastic IP address.
|
LoadBalancerAddress.Builder |
ipAddress(String ipAddress)
The static IP address.
|
copyapply, buildLoadBalancerAddress.Builder ipAddress(String ipAddress)
The static IP address.
ipAddress - The static IP address.LoadBalancerAddress.Builder allocationId(String allocationId)
[Network Load Balancers] The allocation ID of the Elastic IP address.
allocationId - [Network Load Balancers] The allocation ID of the Elastic IP address.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.