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)
Add an optional request override configuration.
|
ReleaseAddressRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ReleaseAddressRequest.Builder |
publicIp(String publicIp)
[EC2-Classic] The Elastic IP address.
|
buildoverrideConfigurationcopyapplyMutation, 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ReleaseAddressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.