public static interface ListResolverConfigsRequest.Builder extends Route53ResolverRequest.Builder, SdkPojo, CopyableBuilder<ListResolverConfigsRequest.Builder,ListResolverConfigsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListResolverConfigsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of Resolver configurations that you want to return in the response to a
ListResolverConfigs request. |
ListResolverConfigsRequest.Builder |
nextToken(String nextToken)
(Optional) If the current Amazon Web Services account has more than
MaxResults Resolver
configurations, use NextToken to get the second and subsequent pages of results. |
ListResolverConfigsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListResolverConfigsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResolverConfigsRequest.Builder maxResults(Integer maxResults)
The maximum number of Resolver configurations that you want to return in the response to a
ListResolverConfigs request. If you don't specify a value for MaxResults, up to 100
Resolver configurations are returned.
maxResults - The maximum number of Resolver configurations that you want to return in the response to a
ListResolverConfigs request. If you don't specify a value for MaxResults, up
to 100 Resolver configurations are returned.ListResolverConfigsRequest.Builder nextToken(String nextToken)
(Optional) If the current Amazon Web Services account has more than MaxResults Resolver
configurations, use NextToken to get the second and subsequent pages of results.
For the first ListResolverConfigs request, omit this value.
For the second and subsequent requests, get the value of NextToken from the previous response
and specify that value for NextToken in the request.
nextToken - (Optional) If the current Amazon Web Services account has more than MaxResults Resolver
configurations, use NextToken to get the second and subsequent pages of results.
For the first ListResolverConfigs request, omit this value.
For the second and subsequent requests, get the value of NextToken from the previous
response and specify that value for NextToken in the request.
ListResolverConfigsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListResolverConfigsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.