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