public static interface ListResolverRulesRequest.Builder extends Route53ResolverRequest.Builder, SdkPojo, CopyableBuilder<ListResolverRulesRequest.Builder,ListResolverRulesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListResolverRulesRequest.Builder |
filters(Collection<Filter> filters)
An optional specification to return a subset of resolver rules, such as all resolver rules that are
associated with the same resolver endpoint.
|
ListResolverRulesRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
An optional specification to return a subset of resolver rules, such as all resolver rules that are
associated with the same resolver endpoint.
|
ListResolverRulesRequest.Builder |
filters(Filter... filters)
An optional specification to return a subset of resolver rules, such as all resolver rules that are
associated with the same resolver endpoint.
|
ListResolverRulesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of resolver rules that you want to return in the response to a
ListResolverRules request. |
ListResolverRulesRequest.Builder |
nextToken(String nextToken)
For the first
ListResolverRules request, omit this value. |
ListResolverRulesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListResolverRulesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildListResolverRulesRequest.Builder maxResults(Integer maxResults)
The maximum number of resolver rules that you want to return in the response to a
ListResolverRules request. If you don't specify a value for MaxResults, Resolver
returns up to 100 resolver rules.
maxResults - The maximum number of resolver rules that you want to return in the response to a
ListResolverRules request. If you don't specify a value for MaxResults,
Resolver returns up to 100 resolver rules.ListResolverRulesRequest.Builder nextToken(String nextToken)
For the first ListResolverRules request, omit this value.
If you have more than MaxResults resolver rules, you can submit another
ListResolverRules request to get the next group of resolver rules. In the next request, specify
the value of NextToken from the previous response.
nextToken - For the first ListResolverRules request, omit this value.
If you have more than MaxResults resolver rules, you can submit another
ListResolverRules request to get the next group of resolver rules. In the next request,
specify the value of NextToken from the previous response.
ListResolverRulesRequest.Builder filters(Collection<Filter> filters)
An optional specification to return a subset of resolver rules, such as all resolver rules that are associated with the same resolver endpoint.
If you submit a second or subsequent ListResolverRules request and specify the
NextToken parameter, you must use the same values for Filters, if any, as in the
previous request.
filters - An optional specification to return a subset of resolver rules, such as all resolver rules that are
associated with the same resolver endpoint.
If you submit a second or subsequent ListResolverRules request and specify the
NextToken parameter, you must use the same values for Filters, if any, as in
the previous request.
ListResolverRulesRequest.Builder filters(Filter... filters)
An optional specification to return a subset of resolver rules, such as all resolver rules that are associated with the same resolver endpoint.
If you submit a second or subsequent ListResolverRules request and specify the
NextToken parameter, you must use the same values for Filters, if any, as in the
previous request.
filters - An optional specification to return a subset of resolver rules, such as all resolver rules that are
associated with the same resolver endpoint.
If you submit a second or subsequent ListResolverRules request and specify the
NextToken parameter, you must use the same values for Filters, if any, as in
the previous request.
ListResolverRulesRequest.Builder filters(Consumer<Filter.Builder>... filters)
An optional specification to return a subset of resolver rules, such as all resolver rules that are associated with the same resolver endpoint.
If you submit a second or subsequent ListResolverRules request and specify the
NextToken parameter, you must use the same values for Filters, if any, as in the
previous request.
List.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) ListResolverRulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListResolverRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.