public static interface AssignPrivateNatGatewayAddressRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<AssignPrivateNatGatewayAddressRequest.Builder,AssignPrivateNatGatewayAddressRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssignPrivateNatGatewayAddressRequest.Builder natGatewayId(String natGatewayId)
The ID of the NAT gateway.
natGatewayId - The ID of the NAT gateway.AssignPrivateNatGatewayAddressRequest.Builder privateIpAddresses(Collection<String> privateIpAddresses)
The private IPv4 addresses you want to assign to the private NAT gateway.
privateIpAddresses - The private IPv4 addresses you want to assign to the private NAT gateway.AssignPrivateNatGatewayAddressRequest.Builder privateIpAddresses(String... privateIpAddresses)
The private IPv4 addresses you want to assign to the private NAT gateway.
privateIpAddresses - The private IPv4 addresses you want to assign to the private NAT gateway.AssignPrivateNatGatewayAddressRequest.Builder privateIpAddressCount(Integer privateIpAddressCount)
The number of private IP addresses to assign to the NAT gateway. You can't specify this parameter when also specifying private IP addresses.
privateIpAddressCount - The number of private IP addresses to assign to the NAT gateway. You can't specify this parameter when
also specifying private IP addresses.AssignPrivateNatGatewayAddressRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.AssignPrivateNatGatewayAddressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssignPrivateNatGatewayAddressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.