CopyableBuilder<DescribeVpcClassicLinkResponse.Builder,DescribeVpcClassicLinkResponse>
, SdkBuilder<DescribeVpcClassicLinkResponse.Builder,DescribeVpcClassicLinkResponse>
public static interface DescribeVpcClassicLinkResponse.Builder extends CopyableBuilder<DescribeVpcClassicLinkResponse.Builder,DescribeVpcClassicLinkResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
DescribeVpcClassicLinkResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setVpcs(java.util.Collection)
or #withVpcs(java.util.Collection)
if you want to override the
existing values.
vpcs
- The ClassicLink status of one or more VPCs.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.