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 |
associationId(String associationId)
[Public NAT gateway only] The association ID of the Elastic IP address that's associated with the NAT
gateway.
|
NatGatewayAddress.Builder |
failureMessage(String failureMessage)
The address failure message.
|
NatGatewayAddress.Builder |
isPrimary(Boolean isPrimary)
Defines if the IP address is the primary address.
|
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.
|
NatGatewayAddress.Builder |
status(NatGatewayAddressStatus status)
The address status.
|
NatGatewayAddress.Builder |
status(String status)
The address status.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNatGatewayAddress.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.NatGatewayAddress.Builder associationId(String associationId)
[Public NAT gateway only] The association ID of the Elastic IP address that's associated with the NAT gateway.
associationId - [Public NAT gateway only] The association ID of the Elastic IP address that's associated with the NAT
gateway.NatGatewayAddress.Builder isPrimary(Boolean isPrimary)
Defines if the IP address is the primary address.
isPrimary - Defines if the IP address is the primary address.NatGatewayAddress.Builder failureMessage(String failureMessage)
The address failure message.
failureMessage - The address failure message.NatGatewayAddress.Builder status(String status)
The address status.
status - The address status.NatGatewayAddressStatus,
NatGatewayAddressStatusNatGatewayAddress.Builder status(NatGatewayAddressStatus status)
The address status.
status - The address status.NatGatewayAddressStatus,
NatGatewayAddressStatusCopyright © 2023. All rights reserved.