public static interface DeleteCoipPoolRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DeleteCoipPoolRequest.Builder,DeleteCoipPoolRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteCoipPoolRequest.Builder |
coipPoolId(String coipPoolId)
The ID of the CoIP pool that you want to delete.
|
DeleteCoipPoolRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DeleteCoipPoolRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteCoipPoolRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteCoipPoolRequest.Builder coipPoolId(String coipPoolId)
The ID of the CoIP pool that you want to delete.
coipPoolId - The ID of the CoIP pool that you want to delete.DeleteCoipPoolRequest.Builder dryRun(Boolean dryRun)
Checks 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 - Checks 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.DeleteCoipPoolRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteCoipPoolRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.