Interface ListReusableDelegationSetsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListReusableDelegationSetsRequest.Builder,ListReusableDelegationSetsRequest>,Route53Request.Builder,SdkBuilder<ListReusableDelegationSetsRequest.Builder,ListReusableDelegationSetsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListReusableDelegationSetsRequest
public static interface ListReusableDelegationSetsRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<ListReusableDelegationSetsRequest.Builder,ListReusableDelegationSetsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListReusableDelegationSetsRequest.Buildermarker(String marker)If the value ofIsTruncatedin the previous response wastrue, you have more reusable delegation sets.ListReusableDelegationSetsRequest.BuildermaxItems(String maxItems)The number of reusable delegation sets that you want Amazon Route 53 to return in the response to this request.ListReusableDelegationSetsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListReusableDelegationSetsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFields
-
-
-
-
Method Detail
-
marker
ListReusableDelegationSetsRequest.Builder marker(String 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
ListReusableDelegationSetsRequest.Builder maxItems(String 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
-
-