CopyableBuilder<NatGatewayAddress.Builder,NatGatewayAddress>, SdkBuilder<NatGatewayAddress.Builder,NatGatewayAddress>public static interface NatGatewayAddress.Builder extends CopyableBuilder<NatGatewayAddress.Builder,NatGatewayAddress>
| Modifier and Type | Method | Description |
|---|---|---|
NatGatewayAddress.Builder |
allocationId(String allocationId) |
The allocation ID of the Elastic IP address that's associated with the NAT gateway.
|
NatGatewayAddress.Builder |
networkInterfaceId(String networkInterfaceId) |
The ID of the network interface associated with the NAT gateway.
|
NatGatewayAddress.Builder |
privateIp(String privateIp) |
The private IP address associated with the Elastic IP address.
|
NatGatewayAddress.Builder |
publicIp(String publicIp) |
The Elastic IP address associated with the NAT gateway.
|
copyapply, buildNatGatewayAddress.Builder allocationId(String allocationId)
The allocation ID of the Elastic IP address that's associated with the NAT gateway.
allocationId - The allocation ID of the Elastic IP address that's associated with the NAT gateway.NatGatewayAddress.Builder networkInterfaceId(String networkInterfaceId)
The ID of the network interface associated with the NAT gateway.
networkInterfaceId - The ID of the network interface associated with the NAT gateway.NatGatewayAddress.Builder privateIp(String privateIp)
The private IP address associated with the Elastic IP address.
privateIp - The private IP address associated with the Elastic IP address.NatGatewayAddress.Builder publicIp(String publicIp)
The Elastic IP address associated with the NAT gateway.
publicIp - The Elastic IP address associated with the NAT gateway.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.