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 results to return with a single call.
|
DescribeVpcClassicLinkDnsSupportRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
DescribeVpcClassicLinkDnsSupportRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeVpcClassicLinkDnsSupportRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeVpcClassicLinkDnsSupportRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another
call with the returned nextToken
value.
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken
value.DescribeVpcClassicLinkDnsSupportRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeVpcClassicLinkDnsSupportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.