public static interface DescribeVpcClassicLinkDnsSupportRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeVpcClassicLinkDnsSupportRequest.Builder,DescribeVpcClassicLinkDnsSupportRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcClassicLinkDnsSupportRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to return for this request.
|
DescribeVpcClassicLinkDnsSupportRequest.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
DescribeVpcClassicLinkDnsSupportRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeVpcClassicLinkDnsSupportRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeVpcClassicLinkDnsSupportRequest.Builder |
vpcIds(Collection<String> vpcIds)
One or more VPC IDs.
|
DescribeVpcClassicLinkDnsSupportRequest.Builder |
vpcIds(String... vpcIds)
One or more VPC IDs.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeVpcClassicLinkDnsSupportRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.
maxResults - The maximum number of items to return for this request. The request returns a token that you can
specify in a subsequent call to get the next set of results.DescribeVpcClassicLinkDnsSupportRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a prior call.)
nextToken - The token for the next set of items to return. (You received this token from a prior call.)DescribeVpcClassicLinkDnsSupportRequest.Builder vpcIds(Collection<String> vpcIds)
One or more VPC IDs.
vpcIds - One or more VPC IDs.DescribeVpcClassicLinkDnsSupportRequest.Builder vpcIds(String... vpcIds)
One or more VPC IDs.
vpcIds - One or more VPC IDs.DescribeVpcClassicLinkDnsSupportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeVpcClassicLinkDnsSupportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.