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 ofIsTruncatedin 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) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.route53.model.Route53Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
marker
If the value of
IsTruncatedin the previous response wastrue, you have more reusable delegation sets. To get another group, submit anotherListReusableDelegationSetsrequest.For the value of
marker, specify the value ofNextMarkerfrom 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
IsTruncatedin the previous response wasfalse, there are no more reusable delegation sets to get.- Parameters:
marker- If the value ofIsTruncatedin the previous response wastrue, you have more reusable delegation sets. To get another group, submit anotherListReusableDelegationSetsrequest.For the value of
marker, specify the value ofNextMarkerfrom 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
IsTruncatedin 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) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListReusableDelegationSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-