public static interface ListResolverRulesResponse.Builder extends Route53ResolverResponse.Builder, SdkPojo, CopyableBuilder<ListResolverRulesResponse.Builder,ListResolverRulesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListResolverRulesResponse.Builder |
maxResults(Integer maxResults)
The value that you specified for
MaxResults in the request. |
ListResolverRulesResponse.Builder |
nextToken(String nextToken)
If more than
MaxResults Resolver rules match the specified criteria, you can submit another
ListResolverRules request to get the next group of results. |
ListResolverRulesResponse.Builder |
resolverRules(Collection<ResolverRule> resolverRules)
The Resolver rules that were created using the current Amazon Web Services account and that match the
specified filters, if any.
|
ListResolverRulesResponse.Builder |
resolverRules(Consumer<ResolverRule.Builder>... resolverRules)
The Resolver rules that were created using the current Amazon Web Services account and that match the
specified filters, if any.
|
ListResolverRulesResponse.Builder |
resolverRules(ResolverRule... resolverRules)
The Resolver rules that were created using the current Amazon Web Services account and that match the
specified filters, if any.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResolverRulesResponse.Builder nextToken(String nextToken)
If more than MaxResults Resolver rules match the specified criteria, you can submit another
ListResolverRules request to get the next group of results. In the next request, specify the
value of NextToken from the previous response.
nextToken - If more than MaxResults Resolver rules match the specified criteria, you can submit
another ListResolverRules request to get the next group of results. In the next request,
specify the value of NextToken from the previous response.ListResolverRulesResponse.Builder maxResults(Integer maxResults)
The value that you specified for MaxResults in the request.
maxResults - The value that you specified for MaxResults in the request.ListResolverRulesResponse.Builder resolverRules(Collection<ResolverRule> resolverRules)
The Resolver rules that were created using the current Amazon Web Services account and that match the specified filters, if any.
resolverRules - The Resolver rules that were created using the current Amazon Web Services account and that match the
specified filters, if any.ListResolverRulesResponse.Builder resolverRules(ResolverRule... resolverRules)
The Resolver rules that were created using the current Amazon Web Services account and that match the specified filters, if any.
resolverRules - The Resolver rules that were created using the current Amazon Web Services account and that match the
specified filters, if any.ListResolverRulesResponse.Builder resolverRules(Consumer<ResolverRule.Builder>... resolverRules)
The Resolver rules that were created using the current Amazon Web Services account and that match the specified filters, if any.
This is a convenience method that creates an instance of theResolverRule.Builder avoiding the need to
create one manually via ResolverRule.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #resolverRules(List.
resolverRules - a consumer that will call methods on
ResolverRule.Builder#resolverRules(java.util.Collection) Copyright © 2023. All rights reserved.