public static interface DescribeVpcClassicLinkDnsSupportRequest.Builder extends EC2Request.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeVpcClassicLinkDnsSupportRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeVpcClassicLinkDnsSupportRequest.Builder |
vpcIds(Collection<String> vpcIds)
One or more VPC IDs.
|
DescribeVpcClassicLinkDnsSupportRequest.Builder |
vpcIds(String... vpcIds)
One or more VPC IDs.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeVpcClassicLinkDnsSupportRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.