Uses of Interface
software.amazon.awssdk.services.ec2.model.AssociateNatGatewayAddressRequest.Builder
Packages that use AssociateNatGatewayAddressRequest.Builder
Package
Description
-
Uses of AssociateNatGatewayAddressRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type AssociateNatGatewayAddressRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.associateNatGatewayAddress(Consumer<AssociateNatGatewayAddressRequest.Builder> associateNatGatewayAddressRequest) Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway.Ec2Client.associateNatGatewayAddress(Consumer<AssociateNatGatewayAddressRequest.Builder> associateNatGatewayAddressRequest) Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway. -
Uses of AssociateNatGatewayAddressRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AssociateNatGatewayAddressRequest.BuilderModifier and TypeMethodDescriptionAssociateNatGatewayAddressRequest.Builder.allocationIds(String... allocationIds) The allocation IDs of EIPs that you want to associate with your NAT gateway.AssociateNatGatewayAddressRequest.Builder.allocationIds(Collection<String> allocationIds) The allocation IDs of EIPs that you want to associate with your NAT gateway.AssociateNatGatewayAddressRequest.Builder.availabilityZone(String availabilityZone) For regional NAT gateways only: The Availability Zone where you want to associate an Elastic IP address (EIP).AssociateNatGatewayAddressRequest.Builder.availabilityZoneId(String availabilityZoneId) For regional NAT gateways only: The ID of the Availability Zone where you want to associate an Elastic IP address (EIP).AssociateNatGatewayAddressRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.AssociateNatGatewayAddressRequest.Builder.natGatewayId(String natGatewayId) The ID of the NAT gateway.AssociateNatGatewayAddressRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AssociateNatGatewayAddressRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AssociateNatGatewayAddressRequest.Builder.privateIpAddresses(String... privateIpAddresses) The private IPv4 addresses that you want to assign to the NAT gateway.AssociateNatGatewayAddressRequest.Builder.privateIpAddresses(Collection<String> privateIpAddresses) The private IPv4 addresses that you want to assign to the NAT gateway.AssociateNatGatewayAddressRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AssociateNatGatewayAddressRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssociateNatGatewayAddressRequest.Builder>AssociateNatGatewayAddressRequest.serializableBuilderClass()