CopyableBuilder<DescribeVpcClassicLinkDnsSupportResponse.Builder,DescribeVpcClassicLinkDnsSupportResponse>, SdkBuilder<DescribeVpcClassicLinkDnsSupportResponse.Builder,DescribeVpcClassicLinkDnsSupportResponse>public static interface DescribeVpcClassicLinkDnsSupportResponse.Builder extends CopyableBuilder<DescribeVpcClassicLinkDnsSupportResponse.Builder,DescribeVpcClassicLinkDnsSupportResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeVpcClassicLinkDnsSupportResponse.Builder |
nextToken(String 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.
|
DescribeVpcClassicLinkDnsSupportResponse.Builder |
vpcs(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.
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 - Information about the ClassicLink DNS support status of the VPCs.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.