Interface ListHostedZonesByNameRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListHostedZonesByNameRequest.Builder,ListHostedZonesByNameRequest>,Route53Request.Builder,SdkBuilder<ListHostedZonesByNameRequest.Builder,ListHostedZonesByNameRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListHostedZonesByNameRequest
public static interface ListHostedZonesByNameRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<ListHostedZonesByNameRequest.Builder,ListHostedZonesByNameRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListHostedZonesByNameRequest.BuilderdnsName(String dnsName)(Optional) For your first request toListHostedZonesByName, include thednsnameparameter only if you want to specify the name of the first hosted zone in the response.ListHostedZonesByNameRequest.BuilderhostedZoneId(String hostedZoneId)(Optional) For your first request toListHostedZonesByName, do not include thehostedzoneidparameter.ListHostedZonesByNameRequest.BuildermaxItems(String maxItems)The maximum number of hosted zones to be included in the response body for this request.ListHostedZonesByNameRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListHostedZonesByNameRequest.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
-
dnsName
ListHostedZonesByNameRequest.Builder dnsName(String dnsName)
(Optional) For your first request to
ListHostedZonesByName, include thednsnameparameter only if you want to specify the name of the first hosted zone in the response. If you don't include thednsnameparameter, Amazon Route 53 returns all of the hosted zones that were created by the current Amazon Web Services account, in ASCII order. For subsequent requests, include bothdnsnameandhostedzoneidparameters. Fordnsname, specify the value ofNextDNSNamefrom the previous response.- Parameters:
dnsName- (Optional) For your first request toListHostedZonesByName, include thednsnameparameter only if you want to specify the name of the first hosted zone in the response. If you don't include thednsnameparameter, Amazon Route 53 returns all of the hosted zones that were created by the current Amazon Web Services account, in ASCII order. For subsequent requests, include bothdnsnameandhostedzoneidparameters. Fordnsname, specify the value ofNextDNSNamefrom the previous response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostedZoneId
ListHostedZonesByNameRequest.Builder hostedZoneId(String hostedZoneId)
(Optional) For your first request to
ListHostedZonesByName, do not include thehostedzoneidparameter.If you have more hosted zones than the value of
maxitems,ListHostedZonesByNamereturns only the firstmaxitemshosted zones. To get the next group ofmaxitemshosted zones, submit another request toListHostedZonesByNameand include bothdnsnameandhostedzoneidparameters. For the value ofhostedzoneid, specify the value of theNextHostedZoneIdelement from the previous response.- Parameters:
hostedZoneId- (Optional) For your first request toListHostedZonesByName, do not include thehostedzoneidparameter.If you have more hosted zones than the value of
maxitems,ListHostedZonesByNamereturns only the firstmaxitemshosted zones. To get the next group ofmaxitemshosted zones, submit another request toListHostedZonesByNameand include bothdnsnameandhostedzoneidparameters. For the value ofhostedzoneid, specify the value of theNextHostedZoneIdelement from the previous response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxItems
ListHostedZonesByNameRequest.Builder maxItems(String maxItems)
The maximum number of hosted zones to be included in the response body for this request. If you have more than
maxitemshosted zones, then the value of theIsTruncatedelement in the response is true, and the values ofNextDNSNameandNextHostedZoneIdspecify the first hosted zone in the next group ofmaxitemshosted zones.- Parameters:
maxItems- The maximum number of hosted zones to be included in the response body for this request. If you have more thanmaxitemshosted zones, then the value of theIsTruncatedelement in the response is true, and the values ofNextDNSNameandNextHostedZoneIdspecify the first hosted zone in the next group ofmaxitemshosted zones.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListHostedZonesByNameRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListHostedZonesByNameRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-