public static interface DescribeSubnetsResponse.Builder extends EC2Response.Builder, software.amazon.awssdk.utils.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.
|
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. All rights reserved.