public static interface DescribeVpcClassicLinkResponse.Builder extends EC2Response.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeVpcClassicLinkResponse.Builder,DescribeVpcClassicLinkResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcClassicLinkResponse.Builder |
vpcs(Collection<VpcClassicLink> vpcs)
The ClassicLink status of one or more VPCs.
|
DescribeVpcClassicLinkResponse.Builder |
vpcs(VpcClassicLink... vpcs)
The ClassicLink status of one or more VPCs.
|
buildDescribeVpcClassicLinkResponse.Builder vpcs(Collection<VpcClassicLink> vpcs)
The ClassicLink status of one or more VPCs.
vpcs - The ClassicLink status of one or more VPCs.DescribeVpcClassicLinkResponse.Builder vpcs(VpcClassicLink... vpcs)
The ClassicLink status of one or more VPCs.
vpcs - The ClassicLink status of one or more VPCs.Copyright © 2017. All rights reserved.