public static interface ReleaseAddressRequest.Builder extends Ec2Request.Builder, 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.
|
build
overrideConfiguration
copy
applyMutation, build
ReleaseAddressRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ReleaseAddressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.