public static interface DescribeAddressesRequest.Builder extends EC2Request.Builder, CopyableBuilder<DescribeAddressesRequest.Builder,DescribeAddressesRequest>
buildrequestOverrideConfigcopyapply, buildDescribeAddressesRequest.Builder filters(Collection<Filter> filters)
One or more filters. Filter names and values are case-sensitive.
allocation-id - [EC2-VPC] The allocation ID for the address.
association-id - [EC2-VPC] The association ID for the address.
domain - Indicates whether the address is for use in EC2-Classic (standard) or in a
VPC (vpc).
instance-id - The ID of the instance the address is associated with, if any.
network-interface-id - [EC2-VPC] The ID of the network interface that the address is associated
with, if any.
network-interface-owner-id - The AWS account ID of the owner.
private-ip-address - [EC2-VPC] The private IP address associated with the Elastic IP address.
public-ip - The Elastic IP address.
filters - One or more filters. Filter names and values are case-sensitive.
allocation-id - [EC2-VPC] The allocation ID for the address.
association-id - [EC2-VPC] The association ID for the address.
domain - Indicates whether the address is for use in EC2-Classic (standard)
or in a VPC (vpc).
instance-id - The ID of the instance the address is associated with, if any.
network-interface-id - [EC2-VPC] The ID of the network interface that the address is
associated with, if any.
network-interface-owner-id - The AWS account ID of the owner.
private-ip-address - [EC2-VPC] The private IP address associated with the Elastic IP
address.
public-ip - The Elastic IP address.
DescribeAddressesRequest.Builder filters(Filter... filters)
One or more filters. Filter names and values are case-sensitive.
allocation-id - [EC2-VPC] The allocation ID for the address.
association-id - [EC2-VPC] The association ID for the address.
domain - Indicates whether the address is for use in EC2-Classic (standard) or in a
VPC (vpc).
instance-id - The ID of the instance the address is associated with, if any.
network-interface-id - [EC2-VPC] The ID of the network interface that the address is associated
with, if any.
network-interface-owner-id - The AWS account ID of the owner.
private-ip-address - [EC2-VPC] The private IP address associated with the Elastic IP address.
public-ip - The Elastic IP address.
filters - One or more filters. Filter names and values are case-sensitive.
allocation-id - [EC2-VPC] The allocation ID for the address.
association-id - [EC2-VPC] The association ID for the address.
domain - Indicates whether the address is for use in EC2-Classic (standard)
or in a VPC (vpc).
instance-id - The ID of the instance the address is associated with, if any.
network-interface-id - [EC2-VPC] The ID of the network interface that the address is
associated with, if any.
network-interface-owner-id - The AWS account ID of the owner.
private-ip-address - [EC2-VPC] The private IP address associated with the Elastic IP
address.
public-ip - The Elastic IP address.
DescribeAddressesRequest.Builder filters(Consumer<Filter.Builder>... filters)
One or more filters. Filter names and values are case-sensitive.
allocation-id - [EC2-VPC] The allocation ID for the address.
association-id - [EC2-VPC] The association ID for the address.
domain - Indicates whether the address is for use in EC2-Classic (standard) or in a
VPC (vpc).
instance-id - The ID of the instance the address is associated with, if any.
network-interface-id - [EC2-VPC] The ID of the network interface that the address is associated
with, if any.
network-interface-owner-id - The AWS account ID of the owner.
private-ip-address - [EC2-VPC] The private IP address associated with the Elastic IP address.
public-ip - The Elastic IP address.
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) DescribeAddressesRequest.Builder publicIps(Collection<String> publicIps)
[EC2-Classic] One or more Elastic IP addresses.
Default: Describes all your Elastic IP addresses.
publicIps - [EC2-Classic] One or more Elastic IP addresses.
Default: Describes all your Elastic IP addresses.
DescribeAddressesRequest.Builder publicIps(String... publicIps)
[EC2-Classic] One or more Elastic IP addresses.
Default: Describes all your Elastic IP addresses.
publicIps - [EC2-Classic] One or more Elastic IP addresses.
Default: Describes all your Elastic IP addresses.
DescribeAddressesRequest.Builder allocationIds(Collection<String> allocationIds)
[EC2-VPC] One or more allocation IDs.
Default: Describes all your Elastic IP addresses.
allocationIds - [EC2-VPC] One or more allocation IDs.
Default: Describes all your Elastic IP addresses.
DescribeAddressesRequest.Builder allocationIds(String... allocationIds)
[EC2-VPC] One or more allocation IDs.
Default: Describes all your Elastic IP addresses.
allocationIds - [EC2-VPC] One or more allocation IDs.
Default: Describes all your Elastic IP addresses.
DescribeAddressesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeAddressesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.