Interface AdvertiseByoipCidrRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AdvertiseByoipCidrRequest.Builder,AdvertiseByoipCidrRequest>,GlobalAcceleratorRequest.Builder,SdkBuilder<AdvertiseByoipCidrRequest.Builder,AdvertiseByoipCidrRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AdvertiseByoipCidrRequest
public static interface AdvertiseByoipCidrRequest.Builder extends GlobalAcceleratorRequest.Builder, SdkPojo, CopyableBuilder<AdvertiseByoipCidrRequest.Builder,AdvertiseByoipCidrRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdvertiseByoipCidrRequest.Buildercidr(String cidr)The address range, in CIDR notation.AdvertiseByoipCidrRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AdvertiseByoipCidrRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.globalaccelerator.model.GlobalAcceleratorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
cidr
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.
For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
- Parameters:
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.For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AdvertiseByoipCidrRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AdvertiseByoipCidrRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-