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.
|
build
copy
apply, build
DescribeVpcClassicLinkDnsSupportResponse.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.