public static interface DescribeVpcsResponse.Builder extends EC2Response.Builder, CopyableBuilder<DescribeVpcsResponse.Builder,DescribeVpcsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcsResponse.Builder |
vpcs(Collection<Vpc> vpcs)
Information about one or more VPCs.
|
DescribeVpcsResponse.Builder |
vpcs(Consumer<Vpc.Builder>... vpcs)
Information about one or more VPCs.
|
DescribeVpcsResponse.Builder |
vpcs(Vpc... vpcs)
Information about one or more VPCs.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeVpcsResponse.Builder vpcs(Collection<Vpc> vpcs)
Information about one or more VPCs.
vpcs - Information about one or more VPCs.DescribeVpcsResponse.Builder vpcs(Vpc... vpcs)
Information about one or more VPCs.
vpcs - Information about one or more VPCs.DescribeVpcsResponse.Builder vpcs(Consumer<Vpc.Builder>... vpcs)
Information about one or more VPCs.
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 #vpcs(List) .vpcs - a consumer that will call methods on List.Builder #vpcs(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.