public static interface DeprovisionByoipCidrRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DeprovisionByoipCidrRequest.Builder,DeprovisionByoipCidrRequest>
| Modifier and Type | Method and Description |
|---|---|
DeprovisionByoipCidrRequest.Builder |
cidr(String cidr)
The address range, in CIDR notation.
|
DeprovisionByoipCidrRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DeprovisionByoipCidrRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeprovisionByoipCidrRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeprovisionByoipCidrRequest.Builder cidr(String cidr)
The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.
cidr - The address range, in CIDR notation. The prefix must be the same prefix that you specified when you
provisioned the address range.DeprovisionByoipCidrRequest.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.DeprovisionByoipCidrRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeprovisionByoipCidrRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.