Interface ReleaseAddressRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ReleaseAddressRequest.Builder,ReleaseAddressRequest>,Ec2Request.Builder,SdkBuilder<ReleaseAddressRequest.Builder,ReleaseAddressRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ReleaseAddressRequest
@Mutable @NotThreadSafe public static interface ReleaseAddressRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ReleaseAddressRequest.Builder,ReleaseAddressRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReleaseAddressRequest.BuilderallocationId(String allocationId)The allocation ID.ReleaseAddressRequest.BuilderdryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.ReleaseAddressRequest.BuildernetworkBorderGroup(String networkBorderGroup)The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.ReleaseAddressRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ReleaseAddressRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ReleaseAddressRequest.BuilderpublicIp(String publicIp)Deprecated.-
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.ec2.model.Ec2Request.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
-
allocationId
ReleaseAddressRequest.Builder allocationId(String allocationId)
The allocation ID. This parameter is required.
- Parameters:
allocationId- The allocation ID. This parameter is required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publicIp
ReleaseAddressRequest.Builder publicIp(String publicIp)
Deprecated.
- Parameters:
publicIp- Deprecated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkBorderGroup
ReleaseAddressRequest.Builder networkBorderGroup(String networkBorderGroup)
The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.
If you provide an incorrect network border group, you receive an
InvalidAddress.NotFounderror.- Parameters:
networkBorderGroup- The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.If you provide an incorrect network border group, you receive an
InvalidAddress.NotFounderror.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dryRun
ReleaseAddressRequest.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 isUnauthorizedOperation.- Parameters:
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 isDryRunOperation. Otherwise, it isUnauthorizedOperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ReleaseAddressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ReleaseAddressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-