CopyableBuilder<DescribeAddressesRequest.Builder,DescribeAddressesRequest>, SdkBuilder<DescribeAddressesRequest.Builder,DescribeAddressesRequest>public static interface DescribeAddressesRequest.Builder extends CopyableBuilder<DescribeAddressesRequest.Builder,DescribeAddressesRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeAddressesRequest.Builder |
allocationIds(String... allocationIds) |
[EC2-VPC] One or more allocation IDs.
|
DescribeAddressesRequest.Builder |
allocationIds(Collection<String> allocationIds) |
[EC2-VPC] One or more allocation IDs.
|
DescribeAddressesRequest.Builder |
filters(Collection<Filter> filters) |
One or more filters.
|
DescribeAddressesRequest.Builder |
filters(Filter... filters) |
One or more filters.
|
DescribeAddressesRequest.Builder |
publicIps(String... publicIps) |
[EC2-Classic] One or more Elastic IP addresses.
|
DescribeAddressesRequest.Builder |
publicIps(Collection<String> publicIps) |
[EC2-Classic] One or more Elastic IP addresses.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setFilters(java.util.Collection) or #withFilters(java.util.Collection) if you want to
override the existing values.
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 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.
NOTE: This method appends the values to the existing list (if any). Use
#setPublicIps(java.util.Collection) or #withPublicIps(java.util.Collection) if you want to
override the existing values.
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.
NOTE: This method appends the values to the existing list (if any). Use
#setAllocationIds(java.util.Collection) or #withAllocationIds(java.util.Collection) if you
want to override the existing values.
allocationIds - [EC2-VPC] One or more allocation IDs.
Default: Describes all your Elastic IP addresses.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.