public static interface NatGatewayAddress.Builder extends SdkPojo, CopyableBuilder<NatGatewayAddress.Builder,NatGatewayAddress>
Modifier and Type | Method and 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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
NatGatewayAddress.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 © 2019. All rights reserved.