Interface DescribeVpcClassicLinkDnsSupportResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DescribeVpcClassicLinkDnsSupportResponse.Builder,,DescribeVpcClassicLinkDnsSupportResponse> Ec2Response.Builder,SdkBuilder<DescribeVpcClassicLinkDnsSupportResponse.Builder,,DescribeVpcClassicLinkDnsSupportResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeVpcClassicLinkDnsSupportResponse
public static interface DescribeVpcClassicLinkDnsSupportResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeVpcClassicLinkDnsSupportResponse.Builder,DescribeVpcClassicLinkDnsSupportResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe token to include in another request to get the next page of items.vpcs(Collection<ClassicLinkDnsSupport> vpcs) Information about the ClassicLink DNS support status of the VPCs.vpcs(Consumer<ClassicLinkDnsSupport.Builder>... vpcs) Information about the ClassicLink DNS support status of the VPCs.vpcs(ClassicLinkDnsSupport... vpcs) Information about the ClassicLink DNS support status of the VPCs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
nextToken
The token to include in another request to get the next page of items. This value is
nullwhen there are no more items to return.- Parameters:
 nextToken- The token to include in another request to get the next page of items. This value isnullwhen there are no more items to return.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
vpcs
Information about the ClassicLink DNS support status of the VPCs.
- Parameters:
 vpcs- Information about the ClassicLink DNS support status of the VPCs.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
vpcs
Information about the ClassicLink DNS support status of the VPCs.
- Parameters:
 vpcs- Information about the ClassicLink DNS support status of the VPCs.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.Builderavoiding the need to create one manually viaClassicLinkDnsSupport.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovpcs(List<ClassicLinkDnsSupport>).- Parameters:
 vpcs- a consumer that will call methods onClassicLinkDnsSupport.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -