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) |
ListResolverRuleAssociationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResolverRuleAssociationsRequest.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.
Filter.Builder avoiding the need to create one
manually via Filter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #filters(List.
filters - a consumer that will call methods on
Filter.Builder#filters(java.util.Collection) ListResolverRuleAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListResolverRuleAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.