public static interface DescribeVpcClassicLinkResponse.Builder extends Ec2Response.Builder, SdkPojo, 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(Consumer<VpcClassicLink.Builder>... vpcs)
The ClassicLink status of one or more VPCs.
|
DescribeVpcClassicLinkResponse.Builder |
vpcs(VpcClassicLink... vpcs)
The ClassicLink status of one or more VPCs.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.DescribeVpcClassicLinkResponse.Builder vpcs(Consumer<VpcClassicLink.Builder>... vpcs)
The ClassicLink status of one or more VPCs.
This is a convenience method that creates an instance of theVpcClassicLink.Builder avoiding the need to create one
manually via VpcClassicLink.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #vpcs(List.
vpcs - a consumer that will call methods on
VpcClassicLink.Builder#vpcs(java.util.Collection) Copyright © 2022. All rights reserved.