CopyableBuilder<DescribeSubnetsResponse.Builder,DescribeSubnetsResponse>
, SdkBuilder<DescribeSubnetsResponse.Builder,DescribeSubnetsResponse>
public static interface DescribeSubnetsResponse.Builder extends CopyableBuilder<DescribeSubnetsResponse.Builder,DescribeSubnetsResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeSubnetsResponse.Builder |
subnets(Collection<Subnet> subnets) |
Information about one or more subnets.
|
DescribeSubnetsResponse.Builder |
subnets(Subnet... subnets) |
Information about one or more subnets.
|
copy
apply, build
DescribeSubnetsResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setSubnets(java.util.Collection)
or #withSubnets(java.util.Collection)
if you want to
override the existing values.
subnets
- Information about one or more subnets.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.