public static interface ReleaseIpamPoolAllocationRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ReleaseIpamPoolAllocationRequest.Builder,ReleaseIpamPoolAllocationRequest>
| Modifier and Type | Method and Description |
|---|---|
ReleaseIpamPoolAllocationRequest.Builder |
cidr(String cidr)
The CIDR of the allocation you want to release.
|
ReleaseIpamPoolAllocationRequest.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.
|
ReleaseIpamPoolAllocationRequest.Builder |
ipamPoolAllocationId(String ipamPoolAllocationId)
The ID of the allocation.
|
ReleaseIpamPoolAllocationRequest.Builder |
ipamPoolId(String ipamPoolId)
The ID of the IPAM pool which contains the allocation you want to release.
|
ReleaseIpamPoolAllocationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ReleaseIpamPoolAllocationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildReleaseIpamPoolAllocationRequest.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.ReleaseIpamPoolAllocationRequest.Builder ipamPoolId(String ipamPoolId)
The ID of the IPAM pool which contains the allocation you want to release.
ipamPoolId - The ID of the IPAM pool which contains the allocation you want to release.ReleaseIpamPoolAllocationRequest.Builder cidr(String cidr)
The CIDR of the allocation you want to release.
cidr - The CIDR of the allocation you want to release.ReleaseIpamPoolAllocationRequest.Builder ipamPoolAllocationId(String ipamPoolAllocationId)
The ID of the allocation.
ipamPoolAllocationId - The ID of the allocation.ReleaseIpamPoolAllocationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderReleaseIpamPoolAllocationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.