public static interface DescribeAddressesResponse.Builder extends EC2Response.Builder, CopyableBuilder<DescribeAddressesResponse.Builder,DescribeAddressesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAddressesResponse.Builder |
addresses(Address... addresses)
Information about one or more Elastic IP addresses.
|
DescribeAddressesResponse.Builder |
addresses(Collection<Address> addresses)
Information about one or more Elastic IP addresses.
|
DescribeAddressesResponse.Builder |
addresses(Consumer<Address.Builder>... addresses)
Information about one or more Elastic IP addresses.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeAddressesResponse.Builder addresses(Collection<Address> addresses)
Information about one or more Elastic IP addresses.
addresses - Information about one or more Elastic IP addresses.DescribeAddressesResponse.Builder addresses(Address... addresses)
Information about one or more Elastic IP addresses.
addresses - Information about one or more Elastic IP addresses.DescribeAddressesResponse.Builder addresses(Consumer<Address.Builder>... addresses)
Information about one or more Elastic IP addresses.
This is a convenience that creates an instance of theList.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 #addresses(List).addresses - a consumer that will call methods on List.Builder#addresses(List)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.