public static interface DescribeVpcClassicLinkDnsSupportResponse.Builder extends software.amazon.awssdk.utils.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.
|
copyapply, 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.Copyright © 2017. All rights reserved.