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 use to retrieve the next page of results.
|
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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeVpcClassicLinkDnsSupportResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are
no more results 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 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 © 2019. All rights reserved.