Interface DescribeVpcClassicLinkDnsSupportResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeVpcClassicLinkDnsSupportResponse.Builder,,- DescribeVpcClassicLinkDnsSupportResponse> - Ec2Response.Builder,- SdkBuilder<DescribeVpcClassicLinkDnsSupportResponse.Builder,,- DescribeVpcClassicLinkDnsSupportResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeVpcClassicLinkDnsSupportResponse
@Mutable
@NotThreadSafe
public static interface DescribeVpcClassicLinkDnsSupportResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeVpcClassicLinkDnsSupportResponse.Builder,DescribeVpcClassicLinkDnsSupportResponse> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
nextTokenThe 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 is- nullwhen there are no more items to return.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
vpcsInformation 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.
 
- 
vpcsInformation 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.
 
- 
vpcsDescribeVpcClassicLinkDnsSupportResponse.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 on- ClassicLinkDnsSupport.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-