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