public static interface ReleaseAddressRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ReleaseAddressRequest.Builder,ReleaseAddressRequest>
| Modifier and Type | Method and Description |
|---|---|
ReleaseAddressRequest.Builder |
allocationId(String allocationId)
The allocation ID.
|
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.
|
ReleaseAddressRequest.Builder |
networkBorderGroup(String networkBorderGroup)
The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP
addresses.
|
ReleaseAddressRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ReleaseAddressRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ReleaseAddressRequest.Builder |
publicIp(String publicIp)
Deprecated.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildReleaseAddressRequest.Builder allocationId(String allocationId)
The allocation ID. This parameter is required.
allocationId - The allocation ID. This parameter is required.ReleaseAddressRequest.Builder publicIp(String publicIp)
Deprecated.
publicIp - Deprecated.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.NotFound error.
You cannot use a network border group with EC2 Classic. If you attempt this operation on EC2 classic, you
receive an InvalidParameterCombination error.
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.NotFound
error.
You cannot use a network border group with EC2 Classic. If you attempt this operation on EC2 classic,
you receive an InvalidParameterCombination error.
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 is UnauthorizedOperation.
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 is UnauthorizedOperation.ReleaseAddressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderReleaseAddressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.