Interface ListReusableDelegationSetsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListReusableDelegationSetsRequest.Builder,
,ListReusableDelegationSetsRequest> Route53Request.Builder
,SdkBuilder<ListReusableDelegationSetsRequest.Builder,
,ListReusableDelegationSetsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListReusableDelegationSetsRequest
-
Method Summary
Modifier and TypeMethodDescriptionIf the value ofIsTruncated
in the previous response wastrue
, you have more reusable delegation sets.The number of reusable delegation sets that you want Amazon Route 53 to return in the response to this request.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.route53.model.Route53Request.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
-
marker
If the value of
IsTruncated
in the previous response wastrue
, you have more reusable delegation sets. To get another group, submit anotherListReusableDelegationSets
request.For the value of
marker
, specify the value ofNextMarker
from the previous response, which is the ID of the first reusable delegation set that Amazon Route 53 will return if you submit another request.If the value of
IsTruncated
in the previous response wasfalse
, there are no more reusable delegation sets to get.- Parameters:
marker
- If the value ofIsTruncated
in the previous response wastrue
, you have more reusable delegation sets. To get another group, submit anotherListReusableDelegationSets
request.For the value of
marker
, specify the value ofNextMarker
from the previous response, which is the ID of the first reusable delegation set that Amazon Route 53 will return if you submit another request.If the value of
IsTruncated
in the previous response wasfalse
, there are no more reusable delegation sets to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxItems
The number of reusable delegation sets that you want Amazon Route 53 to return in the response to this request. If you specify a value greater than 100, Route 53 returns only the first 100 reusable delegation sets.
- Parameters:
maxItems
- The number of reusable delegation sets that you want Amazon Route 53 to return in the response to this request. If you specify a value greater than 100, Route 53 returns only the first 100 reusable delegation sets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListReusableDelegationSetsRequest.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
ListReusableDelegationSetsRequest.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.
-