public static interface DescribeSubnetsResponse.Builder extends EC2Response.Builder, CopyableBuilder<DescribeSubnetsResponse.Builder,DescribeSubnetsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeSubnetsResponse.Builder |
subnets(Collection<Subnet> subnets)
Information about one or more subnets.
|
DescribeSubnetsResponse.Builder |
subnets(Subnet... subnets)
Information about one or more subnets.
|
buildcopyapply, buildDescribeSubnetsResponse.Builder subnets(Collection<Subnet> subnets)
Information about one or more subnets.
subnets - Information about one or more subnets.DescribeSubnetsResponse.Builder subnets(Subnet... subnets)
Information about one or more subnets.
subnets - Information about one or more subnets.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.