public static interface AdvertiseByoipCidrRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<AdvertiseByoipCidrRequest.Builder,AdvertiseByoipCidrRequest>
| Modifier and Type | Method and Description |
|---|---|
AdvertiseByoipCidrRequest.Builder |
cidr(String cidr)
The address range, in CIDR notation.
|
AdvertiseByoipCidrRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
AdvertiseByoipCidrRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AdvertiseByoipCidrRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAdvertiseByoipCidrRequest.Builder cidr(String cidr)
The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.
cidr - The address range, in CIDR notation. This must be the exact range that you provisioned. You can't
advertise only a portion of the provisioned range.AdvertiseByoipCidrRequest.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.AdvertiseByoipCidrRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAdvertiseByoipCidrRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.