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 |
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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderReleaseAddressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.