public static interface NatGatewayAddress.Builder extends SdkPojo, CopyableBuilder<NatGatewayAddress.Builder,NatGatewayAddress>
Modifier and Type | Method and Description |
---|---|
NatGatewayAddress.Builder |
allocationId(String allocationId)
[Public NAT gateway only] 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 NAT gateway.
|
NatGatewayAddress.Builder |
publicIp(String publicIp)
[Public NAT gateway only] The Elastic IP address associated with the NAT gateway.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
NatGatewayAddress.Builder allocationId(String allocationId)
[Public NAT gateway only] The allocation ID of the Elastic IP address that's associated with the NAT gateway.
allocationId
- [Public NAT gateway only] 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 NAT gateway.
privateIp
- The private IP address associated with the NAT gateway.NatGatewayAddress.Builder publicIp(String publicIp)
[Public NAT gateway only] The Elastic IP address associated with the NAT gateway.
publicIp
- [Public NAT gateway only] The Elastic IP address associated with the NAT gateway.Copyright © 2022. All rights reserved.