public static interface DeprovisionIpamPoolCidrRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DeprovisionIpamPoolCidrRequest.Builder,DeprovisionIpamPoolCidrRequest>
| Modifier and Type | Method and Description |
|---|---|
DeprovisionIpamPoolCidrRequest.Builder |
cidr(String cidr)
The CIDR which you want to deprovision from the pool.
|
DeprovisionIpamPoolCidrRequest.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.
|
DeprovisionIpamPoolCidrRequest.Builder |
ipamPoolId(String ipamPoolId)
The ID of the pool that has the CIDR you want to deprovision.
|
DeprovisionIpamPoolCidrRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeprovisionIpamPoolCidrRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeprovisionIpamPoolCidrRequest.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.DeprovisionIpamPoolCidrRequest.Builder ipamPoolId(String ipamPoolId)
The ID of the pool that has the CIDR you want to deprovision.
ipamPoolId - The ID of the pool that has the CIDR you want to deprovision.DeprovisionIpamPoolCidrRequest.Builder cidr(String cidr)
The CIDR which you want to deprovision from the pool.
cidr - The CIDR which you want to deprovision from the pool.DeprovisionIpamPoolCidrRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeprovisionIpamPoolCidrRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.