public static interface DescribeElasticIpsResponse.Builder extends OpsWorksResponse.Builder, CopyableBuilder<DescribeElasticIpsResponse.Builder,DescribeElasticIpsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeElasticIpsResponse.Builder |
elasticIps(Collection<ElasticIp> elasticIps)
An
ElasticIps object that describes the specified Elastic IP addresses. |
DescribeElasticIpsResponse.Builder |
elasticIps(Consumer<ElasticIp.Builder>... 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. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeElasticIpsResponse.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.
elasticIps - An ElasticIps object that describes the specified Elastic IP addresses.DescribeElasticIpsResponse.Builder elasticIps(Consumer<ElasticIp.Builder>... elasticIps)
An ElasticIps object that describes the specified Elastic IP addresses.
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 #elasticIps(List) .elasticIps - a consumer that will call methods on List.Builder #elasticIps(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.