CopyableBuilder<DescribeElasticIpsResponse.Builder,DescribeElasticIpsResponse>
, SdkBuilder<DescribeElasticIpsResponse.Builder,DescribeElasticIpsResponse>
public static interface DescribeElasticIpsResponse.Builder extends CopyableBuilder<DescribeElasticIpsResponse.Builder,DescribeElasticIpsResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeElasticIpsResponse.Builder |
elasticIps(Collection<ElasticIp> elasticIps) |
An
ElasticIps object that describes the specified Elastic IP addresses. |
DescribeElasticIpsResponse.Builder |
elasticIps(ElasticIp... elasticIps) |
An
ElasticIps object that describes the specified Elastic IP addresses. |
copy
apply, build
DescribeElasticIpsResponse.Builder elasticIps(Collection<ElasticIp> elasticIps)
An ElasticIps
object that describes the specified Elastic IP addresses.
elasticIps
- An ElasticIps
object that describes the specified Elastic IP addresses.DescribeElasticIpsResponse.Builder elasticIps(ElasticIp... elasticIps)
An ElasticIps
object that describes the specified Elastic IP addresses.
NOTE: This method appends the values to the existing list (if any). Use
#setElasticIps(java.util.Collection)
or #withElasticIps(java.util.Collection)
if you want to
override the existing values.
elasticIps
- An ElasticIps
object that describes the specified Elastic IP addresses.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.