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