public static interface AssociateNatGatewayAddressRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<AssociateNatGatewayAddressRequest.Builder,AssociateNatGatewayAddressRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateNatGatewayAddressRequest.Builder |
allocationIds(Collection<String> 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.
|
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 |
natGatewayId(String natGatewayId)
The ID of the NAT gateway.
|
AssociateNatGatewayAddressRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateNatGatewayAddressRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateNatGatewayAddressRequest.Builder |
privateIpAddresses(Collection<String> 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.
|
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 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.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.