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 |
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 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.