public static interface AssignPrivateNatGatewayAddressRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<AssignPrivateNatGatewayAddressRequest.Builder,AssignPrivateNatGatewayAddressRequest>
| Modifier and Type | Method and Description |
|---|---|
AssignPrivateNatGatewayAddressRequest.Builder |
natGatewayId(String natGatewayId)
The NAT gateway ID.
|
AssignPrivateNatGatewayAddressRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssignPrivateNatGatewayAddressRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssignPrivateNatGatewayAddressRequest.Builder |
privateIpAddressCount(Integer privateIpAddressCount)
The number of private IP addresses to assign to the NAT gateway.
|
AssignPrivateNatGatewayAddressRequest.Builder |
privateIpAddresses(Collection<String> 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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssignPrivateNatGatewayAddressRequest.Builder natGatewayId(String natGatewayId)
The NAT gateway ID.
natGatewayId - The NAT gateway ID.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssignPrivateNatGatewayAddressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.