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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AdvertiseByoipCidrRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
AdvertiseByoipCidrRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AdvertiseByoipCidrRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.