Interface ProvisionByoipCidrRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ProvisionByoipCidrRequest.Builder,
,ProvisionByoipCidrRequest> GlobalAcceleratorRequest.Builder
,SdkBuilder<ProvisionByoipCidrRequest.Builder,
,ProvisionByoipCidrRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ProvisionByoipCidrRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe public IPv4 address range, in CIDR notation.cidrAuthorizationContext
(Consumer<CidrAuthorizationContext.Builder> cidrAuthorizationContext) A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.cidrAuthorizationContext
(CidrAuthorizationContext cidrAuthorizationContext) A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
cidr
The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this Amazon Web Services Region or another Region.
For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
- Parameters:
cidr
- The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this Amazon Web Services Region or another Region.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.
-
cidrAuthorizationContext
ProvisionByoipCidrRequest.Builder cidrAuthorizationContext(CidrAuthorizationContext cidrAuthorizationContext) A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.
- Parameters:
cidrAuthorizationContext
- A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cidrAuthorizationContext
default ProvisionByoipCidrRequest.Builder cidrAuthorizationContext(Consumer<CidrAuthorizationContext.Builder> cidrAuthorizationContext) A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.
This is a convenience method that creates an instance of theCidrAuthorizationContext.Builder
avoiding the need to create one manually viaCidrAuthorizationContext.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocidrAuthorizationContext(CidrAuthorizationContext)
.- Parameters:
cidrAuthorizationContext
- a consumer that will call methods onCidrAuthorizationContext.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ProvisionByoipCidrRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ProvisionByoipCidrRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-