public static interface DescribeVpcClassicLinkDnsSupportResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeVpcClassicLinkDnsSupportResponse.Builder,DescribeVpcClassicLinkDnsSupportResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcClassicLinkDnsSupportResponse.Builder |
nextToken(String nextToken)
The token to include in another request to get the next page 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeVpcClassicLinkDnsSupportResponse.Builder nextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null when
there are no more items to return.
nextToken - The token to include in another request to get the next page of items. This value is null
when there are no more items to return.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 method that creates an instance of theClassicLinkDnsSupport.Builder avoiding the need to create
one manually via ClassicLinkDnsSupport.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
ClassicLinkDnsSupport.Builder#vpcs(java.util.Collection) Copyright © 2023. All rights reserved.