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 returned from a previous paginated request.
|
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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeVpcClassicLinkDnsSupportRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
maxResults
- The maximum number of items to return for this request. To get the next page of items, make another
request with the token returned in the output. For more information, see Pagination.DescribeVpcClassicLinkDnsSupportRequest.Builder nextToken(String nextToken)
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
nextToken
- The token returned from a previous paginated request. Pagination continues from the end of the items
returned by the previous request.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.Builder
DescribeVpcClassicLinkDnsSupportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.