public static interface AssociateNatGatewayAddressRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<AssociateNatGatewayAddressRequest.Builder,AssociateNatGatewayAddressRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateNatGatewayAddressRequest.Builder natGatewayId(String natGatewayId)
The ID of the NAT gateway.
natGatewayId - The ID of the NAT gateway.AssociateNatGatewayAddressRequest.Builder allocationIds(Collection<String> allocationIds)
The allocation IDs of EIPs that you want to associate with your NAT gateway.
allocationIds - The allocation IDs of EIPs that you want to associate with your NAT gateway.AssociateNatGatewayAddressRequest.Builder allocationIds(String... allocationIds)
The allocation IDs of EIPs that you want to associate with your NAT gateway.
allocationIds - The allocation IDs of EIPs that you want to associate with your NAT gateway.AssociateNatGatewayAddressRequest.Builder privateIpAddresses(Collection<String> privateIpAddresses)
The private IPv4 addresses that you want to assign to the NAT gateway.
privateIpAddresses - The private IPv4 addresses that you want to assign to the NAT gateway.AssociateNatGatewayAddressRequest.Builder privateIpAddresses(String... privateIpAddresses)
The private IPv4 addresses that you want to assign to the NAT gateway.
privateIpAddresses - The private IPv4 addresses that you want to assign to the NAT gateway.AssociateNatGatewayAddressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateNatGatewayAddressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.