public static interface DescribeVpcClassicLinkDnsSupportResponse.Builder extends EC2Response.Builder, CopyableBuilder<DescribeVpcClassicLinkDnsSupportResponse.Builder,DescribeVpcClassicLinkDnsSupportResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcClassicLinkDnsSupportResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeVpcClassicLinkDnsSupportResponse.Builder |
vpcs(ClassicLinkDnsSupport... vpcs)
Information about the ClassicLink DNS support status of the VPCs.
|
DescribeVpcClassicLinkDnsSupportResponse.Builder |
vpcs(Collection<ClassicLinkDnsSupport> vpcs)
Information about the ClassicLink DNS support status of the VPCs.
|
DescribeVpcClassicLinkDnsSupportResponse.Builder |
vpcs(Consumer<ClassicLinkDnsSupport.Builder>... vpcs)
Information about the ClassicLink DNS support status of the VPCs.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeVpcClassicLinkDnsSupportResponse.Builder nextToken(String nextToken)
The token to use when requesting the next set of items.
nextToken - The token to use when requesting the next set of items.DescribeVpcClassicLinkDnsSupportResponse.Builder vpcs(Collection<ClassicLinkDnsSupport> vpcs)
Information about the ClassicLink DNS support status of the VPCs.
vpcs - Information about the ClassicLink DNS support status of the VPCs.DescribeVpcClassicLinkDnsSupportResponse.Builder vpcs(ClassicLinkDnsSupport... vpcs)
Information about the ClassicLink DNS support status of the VPCs.
vpcs - Information about the ClassicLink DNS support status of the VPCs.DescribeVpcClassicLinkDnsSupportResponse.Builder vpcs(Consumer<ClassicLinkDnsSupport.Builder>... vpcs)
Information about the ClassicLink DNS support status of the VPCs.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #vpcs(List) .vpcs - a consumer that will call methods on List.Builder #vpcs(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.