public static interface DeprovisionPublicIpv4PoolCidrRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DeprovisionPublicIpv4PoolCidrRequest.Builder,DeprovisionPublicIpv4PoolCidrRequest>
| Modifier and Type | Method and Description |
|---|---|
DeprovisionPublicIpv4PoolCidrRequest.Builder |
cidr(String cidr)
The CIDR you want to deprovision from the pool.
|
DeprovisionPublicIpv4PoolCidrRequest.Builder |
dryRun(Boolean dryRun)
A check for whether you have the required permissions for the action without actually making the request and
provides an error response.
|
DeprovisionPublicIpv4PoolCidrRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeprovisionPublicIpv4PoolCidrRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeprovisionPublicIpv4PoolCidrRequest.Builder |
poolId(String poolId)
The ID of the pool that you want to deprovision the CIDR from.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeprovisionPublicIpv4PoolCidrRequest.Builder dryRun(Boolean dryRun)
A check for 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 - A check for 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.DeprovisionPublicIpv4PoolCidrRequest.Builder poolId(String poolId)
The ID of the pool that you want to deprovision the CIDR from.
poolId - The ID of the pool that you want to deprovision the CIDR from.DeprovisionPublicIpv4PoolCidrRequest.Builder cidr(String cidr)
The CIDR you want to deprovision from the pool. Enter the CIDR you want to deprovision with a netmask of
/32. You must rerun this command for each IP address in the CIDR range. If your CIDR is a
/24, you will have to run this command to deprovision each of the 256 IP addresses in the
/24 CIDR.
cidr - The CIDR you want to deprovision from the pool. Enter the CIDR you want to deprovision with a netmask
of /32. You must rerun this command for each IP address in the CIDR range. If your CIDR
is a /24, you will have to run this command to deprovision each of the 256 IP addresses
in the /24 CIDR.DeprovisionPublicIpv4PoolCidrRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeprovisionPublicIpv4PoolCidrRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.