public static interface DescribeAddressesRequest.Builder extends EC2Request.Builder, CopyableBuilder<DescribeAddressesRequest.Builder,DescribeAddressesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeAddressesRequest.Builder |
allocationIds(Collection<String> allocationIds)
[EC2-VPC] One or more allocation IDs.
|
DescribeAddressesRequest.Builder |
allocationIds(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(Collection<String> publicIps)
[EC2-Classic] One or more Elastic IP addresses.
|
DescribeAddressesRequest.Builder |
publicIps(String... publicIps)
[EC2-Classic] One or more Elastic IP addresses.
|
DescribeAddressesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.