Interface ListResolverDnssecConfigsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListResolverDnssecConfigsRequest.Builder,
,ListResolverDnssecConfigsRequest> Route53ResolverRequest.Builder
,SdkBuilder<ListResolverDnssecConfigsRequest.Builder,
,ListResolverDnssecConfigsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListResolverDnssecConfigsRequest
-
Method Summary
Modifier and TypeMethodDescriptionfilters
(Collection<Filter> filters) An optional specification to return a subset of objects.filters
(Consumer<Filter.Builder>... filters) An optional specification to return a subset of objects.An optional specification to return a subset of objects.maxResults
(Integer maxResults) Optional: An integer that specifies the maximum number of DNSSEC configuration results that you want Amazon Route 53 to return.(Optional) If the current Amazon Web Services account has more thanMaxResults
DNSSEC configurations, useNextToken
to get the second and subsequent pages of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.route53resolver.model.Route53ResolverRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
maxResults
Optional: An integer that specifies the maximum number of DNSSEC configuration results that you want Amazon Route 53 to return. If you don't specify a value for
MaxResults
, Route 53 returns up to 100 configuration per page.- Parameters:
maxResults
- Optional: An integer that specifies the maximum number of DNSSEC configuration results that you want Amazon Route 53 to return. If you don't specify a value forMaxResults
, Route 53 returns up to 100 configuration per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
(Optional) If the current Amazon Web Services account has more than
MaxResults
DNSSEC configurations, useNextToken
to get the second and subsequent pages of results.For the first
ListResolverDnssecConfigs
request, omit this value.For the second and subsequent requests, get the value of
NextToken
from the previous response and specify that value forNextToken
in the request.- Parameters:
nextToken
- (Optional) If the current Amazon Web Services account has more thanMaxResults
DNSSEC configurations, useNextToken
to get the second and subsequent pages of results.For the first
ListResolverDnssecConfigs
request, omit this value.For the second and subsequent requests, get the value of
NextToken
from the previous response and specify that value forNextToken
in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
An optional specification to return a subset of objects.
- Parameters:
filters
- An optional specification to return a subset of objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
An optional specification to return a subset of objects.
- Parameters:
filters
- An optional specification to return a subset of objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
An optional specification to return a subset of objects.
This is a convenience method that creates an instance of theFilter.Builder
avoiding the need to create one manually viaFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilters(List<Filter>)
.- Parameters:
filters
- a consumer that will call methods onFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListResolverDnssecConfigsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListResolverDnssecConfigsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-