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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeVpcClassicLinkDnsSupportResponse.BuildernextToken(String nextToken)The token to include in another request to get the next page of items.DescribeVpcClassicLinkDnsSupportResponse.Buildervpcs(Collection<ClassicLinkDnsSupport> vpcs)Information about the ClassicLink DNS support status of the VPCs.DescribeVpcClassicLinkDnsSupportResponse.Buildervpcs(Consumer<ClassicLinkDnsSupport.Builder>... vpcs)Information about the ClassicLink DNS support status of the VPCs.DescribeVpcClassicLinkDnsSupportResponse.Buildervpcs(ClassicLinkDnsSupport... vpcs)Information about the ClassicLink DNS support status of the VPCs.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
nextToken
DescribeVpcClassicLinkDnsSupportResponse.Builder nextToken(String 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
DescribeVpcClassicLinkDnsSupportResponse.Builder vpcs(Collection<ClassicLinkDnsSupport> 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(ClassicLinkDnsSupport... 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 to#vpcs(List.) - 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:
#vpcs(java.util.Collection)
-
-