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) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
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.Builder
ReleaseIpamPoolAllocationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.