public static interface DeleteIpamPoolRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DeleteIpamPoolRequest.Builder,DeleteIpamPoolRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteIpamPoolRequest.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.
|
DeleteIpamPoolRequest.Builder |
ipamPoolId(String ipamPoolId)
The ID of the pool to delete.
|
DeleteIpamPoolRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteIpamPoolRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteIpamPoolRequest.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.DeleteIpamPoolRequest.Builder ipamPoolId(String ipamPoolId)
The ID of the pool to delete.
ipamPoolId - The ID of the pool to delete.DeleteIpamPoolRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteIpamPoolRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.