public static interface ReleaseAddressRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ReleaseAddressRequest.Builder,ReleaseAddressRequest>
| Modifier and Type | Method and Description |
|---|---|
ReleaseAddressRequest.Builder |
allocationId(String allocationId)
[EC2-VPC] The allocation ID.
|
ReleaseAddressRequest.Builder |
networkBorderGroup(String networkBorderGroup)
The location that the IP address is released from.
|
ReleaseAddressRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ReleaseAddressRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ReleaseAddressRequest.Builder |
publicIp(String publicIp)
[EC2-Classic] The Elastic IP address.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildReleaseAddressRequest.Builder allocationId(String allocationId)
[EC2-VPC] The allocation ID. Required for EC2-VPC.
allocationId - [EC2-VPC] The allocation ID. Required for EC2-VPC.ReleaseAddressRequest.Builder publicIp(String publicIp)
[EC2-Classic] The Elastic IP address. Required for EC2-Classic.
publicIp - [EC2-Classic] The Elastic IP address. Required for EC2-Classic.ReleaseAddressRequest.Builder networkBorderGroup(String networkBorderGroup)
The location that the IP address is released from.
If you provide an incorrect network border group, you will receive an InvalidAddress.NotFound
error. For more information, see Error Codes.
You cannot use a network border group with EC2 Classic. If you attempt this operation on EC2 classic, you
will receive an InvalidParameterCombination error. For more information, see Error Codes.
networkBorderGroup - The location that the IP address is released from.
If you provide an incorrect network border group, you will receive an
InvalidAddress.NotFound error. For more information, see Error Codes.
You cannot use a network border group with EC2 Classic. If you attempt this operation on EC2 classic,
you will receive an InvalidParameterCombination error. For more information, see Error Codes.
ReleaseAddressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderReleaseAddressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.