Interface WithdrawByoipCidrRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<WithdrawByoipCidrRequest.Builder,WithdrawByoipCidrRequest>,GlobalAcceleratorRequest.Builder,SdkBuilder<WithdrawByoipCidrRequest.Builder,WithdrawByoipCidrRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- WithdrawByoipCidrRequest
public static interface WithdrawByoipCidrRequest.Builder extends GlobalAcceleratorRequest.Builder, SdkPojo, CopyableBuilder<WithdrawByoipCidrRequest.Builder,WithdrawByoipCidrRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WithdrawByoipCidrRequest.Buildercidr(String cidr)The address range, in CIDR notation.WithdrawByoipCidrRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)WithdrawByoipCidrRequest.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, sdkFields
-
-
-
-
Method Detail
-
cidr
WithdrawByoipCidrRequest.Builder cidr(String cidr)
The address range, in CIDR notation.
For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
- Parameters:
cidr- The address range, in CIDR notation.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
WithdrawByoipCidrRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
WithdrawByoipCidrRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-