AssociateNatGatewayAddressRequest.Builder |
AssociateNatGatewayAddressRequest.Builder.allocationIds(String... allocationIds) |
The allocation IDs of EIPs that you want to associate with your NAT gateway.
|
AssociateNatGatewayAddressRequest.Builder |
AssociateNatGatewayAddressRequest.Builder.allocationIds(Collection<String> allocationIds) |
The allocation IDs of EIPs that you want to associate with your NAT gateway.
|
static AssociateNatGatewayAddressRequest.Builder |
AssociateNatGatewayAddressRequest.builder() |
|
AssociateNatGatewayAddressRequest.Builder |
AssociateNatGatewayAddressRequest.Builder.dryRun(Boolean dryRun) |
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
AssociateNatGatewayAddressRequest.Builder |
AssociateNatGatewayAddressRequest.Builder.natGatewayId(String natGatewayId) |
The ID of the NAT gateway.
|
AssociateNatGatewayAddressRequest.Builder |
AssociateNatGatewayAddressRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
AssociateNatGatewayAddressRequest.Builder |
AssociateNatGatewayAddressRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
AssociateNatGatewayAddressRequest.Builder |
AssociateNatGatewayAddressRequest.Builder.privateIpAddresses(String... privateIpAddresses) |
The private IPv4 addresses that you want to assign to the NAT gateway.
|
AssociateNatGatewayAddressRequest.Builder |
AssociateNatGatewayAddressRequest.Builder.privateIpAddresses(Collection<String> privateIpAddresses) |
The private IPv4 addresses that you want to assign to the NAT gateway.
|
AssociateNatGatewayAddressRequest.Builder |
AssociateNatGatewayAddressRequest.toBuilder() |
|