Interface ListResolverRulesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListResolverRulesResponse.Builder,
,ListResolverRulesResponse> Route53ResolverResponse.Builder
,SdkBuilder<ListResolverRulesResponse.Builder,
,ListResolverRulesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListResolverRulesResponse
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) The value that you specified forMaxResults
in the request.If more thanMaxResults
Resolver rules match the specified criteria, you can submit anotherListResolverRules
request to get the next group of results.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
(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.resolverRules
(ResolverRule... resolverRules) The Resolver rules that were created using the current Amazon Web Services account and that match the specified filters, if any.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.route53resolver.model.Route53ResolverResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
If more than
MaxResults
Resolver rules match the specified criteria, you can submit anotherListResolverRules
request to get the next group of results. In the next request, specify the value ofNextToken
from the previous response.- Parameters:
nextToken
- If more thanMaxResults
Resolver rules match the specified criteria, you can submit anotherListResolverRules
request to get the next group of results. In the next request, specify the value ofNextToken
from the previous response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The value that you specified for
MaxResults
in the request.- Parameters:
maxResults
- The value that you specified forMaxResults
in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resolverRules
The Resolver rules that were created using the current Amazon Web Services account and that match the specified filters, if any.
- Parameters:
resolverRules
- The Resolver rules that were created using the current Amazon Web Services account and that match the specified filters, if any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resolverRules
The Resolver rules that were created using the current Amazon Web Services account and that match the specified filters, if any.
- Parameters:
resolverRules
- The Resolver rules that were created using the current Amazon Web Services account and that match the specified filters, if any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaResolverRule.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toresolverRules(List<ResolverRule>)
.- Parameters:
resolverRules
- a consumer that will call methods onResolverRule.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-