Uses of Interface
software.amazon.awssdk.services.ec2.model.NatGatewayAddress.Builder
Packages that use NatGatewayAddress.Builder
-
Uses of NatGatewayAddress.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NatGatewayAddress.BuilderModifier and TypeMethodDescriptionNatGatewayAddress.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.availabilityZone(String availabilityZone) The Availability Zone where this Elastic IP address (EIP) is being used to handle outbound NAT traffic.NatGatewayAddress.Builder.availabilityZoneId(String availabilityZoneId) The ID of the Availability Zone where this Elastic IP address (EIP) is being used to handle outbound NAT traffic.static NatGatewayAddress.BuilderNatGatewayAddress.builder()NatGatewayAddress.Builder.failureMessage(String failureMessage) The address failure message.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.The private IP address associated with the NAT gateway.[Public NAT gateway only] The Elastic IP address associated with the NAT gateway.The address status.NatGatewayAddress.Builder.status(NatGatewayAddressStatus status) The address status.NatGatewayAddress.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NatGatewayAddress.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NatGatewayAddress.Builder>NatGatewayAddress.serializableBuilderClass()