public static interface ListResolverRuleAssociationsRequest.Builder extends Route53ResolverRequest.Builder, SdkPojo, CopyableBuilder<ListResolverRuleAssociationsRequest.Builder,ListResolverRuleAssociationsRequest>
Modifier and Type | Method and Description |
---|---|
ListResolverRuleAssociationsRequest.Builder |
filters(Collection<Filter> filters)
An optional specification to return a subset of resolver rules, such as resolver rules that are associated
with the same VPC ID.
|
ListResolverRuleAssociationsRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
An optional specification to return a subset of resolver rules, such as resolver rules that are associated
with the same VPC ID.
|
ListResolverRuleAssociationsRequest.Builder |
filters(Filter... filters)
An optional specification to return a subset of resolver rules, such as resolver rules that are associated
with the same VPC ID.
|
ListResolverRuleAssociationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of rule associations that you want to return in the response to a
ListResolverRuleAssociations request. |
ListResolverRuleAssociationsRequest.Builder |
nextToken(String nextToken)
For the first
ListResolverRuleAssociation request, omit this value. |
ListResolverRuleAssociationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListResolverRuleAssociationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListResolverRuleAssociationsRequest.Builder maxResults(Integer maxResults)
The maximum number of rule associations that you want to return in the response to a
ListResolverRuleAssociations
request. If you don't specify a value for MaxResults
,
Resolver returns up to 100 rule associations.
maxResults
- The maximum number of rule associations that you want to return in the response to a
ListResolverRuleAssociations
request. If you don't specify a value for
MaxResults
, Resolver returns up to 100 rule associations.ListResolverRuleAssociationsRequest.Builder nextToken(String nextToken)
For the first ListResolverRuleAssociation
request, omit this value.
If you have more than MaxResults
rule associations, you can submit another
ListResolverRuleAssociation
request to get the next group of rule associations. In the next
request, specify the value of NextToken
from the previous response.
nextToken
- For the first ListResolverRuleAssociation
request, omit this value.
If you have more than MaxResults
rule associations, you can submit another
ListResolverRuleAssociation
request to get the next group of rule associations. In the
next request, specify the value of NextToken
from the previous response.
ListResolverRuleAssociationsRequest.Builder filters(Collection<Filter> filters)
An optional specification to return a subset of resolver rules, such as resolver rules that are associated with the same VPC ID.
If you submit a second or subsequent ListResolverRuleAssociations
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 resolver rules that are
associated with the same VPC ID.
If you submit a second or subsequent ListResolverRuleAssociations
request and specify the
NextToken
parameter, you must use the same values for Filters
, if any, as in
the previous request.
ListResolverRuleAssociationsRequest.Builder filters(Filter... filters)
An optional specification to return a subset of resolver rules, such as resolver rules that are associated with the same VPC ID.
If you submit a second or subsequent ListResolverRuleAssociations
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 resolver rules that are
associated with the same VPC ID.
If you submit a second or subsequent ListResolverRuleAssociations
request and specify the
NextToken
parameter, you must use the same values for Filters
, if any, as in
the previous request.
ListResolverRuleAssociationsRequest.Builder filters(Consumer<Filter.Builder>... filters)
An optional specification to return a subset of resolver rules, such as resolver rules that are associated with the same VPC ID.
If you submit a second or subsequent ListResolverRuleAssociations
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)
ListResolverRuleAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListResolverRuleAssociationsRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.